refresh user
This commit is contained in:
parent
4e24796a5d
commit
0d34774059
12 changed files with 141 additions and 32 deletions
3
Femto.Api/Controllers/Auth/RefreshUserResult.cs
Normal file
3
Femto.Api/Controllers/Auth/RefreshUserResult.cs
Normal file
|
@ -0,0 +1,3 @@
|
|||
namespace Femto.Api.Controllers.Auth;
|
||||
|
||||
public record RefreshUserResult(Guid UserId, string Username, bool IsSuperUser);
|
Loading…
Add table
Add a link
Reference in a new issue