Ignore:
Timestamp:
10/28/25 10:49:02 (11 months ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
4708118, ff202cf
Parents:
e49c3ed (diff), c155364 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Boris Gjorgjievski <69085722+imbrsk@…> (10/28/25 10:49:02)
git-committer:
GitHub <noreply@…> (10/28/25 10:49:02)
Message:

Merge pull request #5 from stefansaveski/feature/refresh-token

Feature/refresh token

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iknow-api/DTOs/UserDTO.cs

    re49c3ed rc2e73b6  
    66        public string Email { get; set; } = string.Empty;
    77        public string Password { get; set; } = string.Empty;
     8        public bool GenerateRefreshToken { get; set; }
    89    }
    910
Note: See TracChangeset for help on using the changeset viewer.