Skip to content

Commit 701e1a3

Browse files
committed
fix: allow refresh token flow
1 parent 0a3b0dd commit 701e1a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

user-management/src/Stickerlandia.UserManagement.Agnostic/AuthenticationWorker.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ await manager.CreateAsync(new OpenIddictApplicationDescriptor
3434
{
3535
OpenIddictConstants.Permissions.Endpoints.Token,
3636
OpenIddictConstants.Permissions.GrantTypes.Password,
37+
OpenIddictConstants.Permissions.GrantTypes.RefreshToken,
3738
}
3839
});
3940
}

0 commit comments

Comments
 (0)