AuthPermissions.AspNetCore
AuthPermissions.AspNetCore copied to clipboard
How exactly does the refresh token work?
Does the token refresh only work before token expiry or does it still work after token expiry?
Also, I get the following error when I try to run Example 2 to verify the above:
Unable to validate issuer. The 'issuer' parameter is null or whitespace.
Any pointers? Thanks.