You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
O the JWTService Class line 37
it should be TokenValidationParameters tokenValidationParameters = GetValidationParameters();
and not TokenValidationParameters tokenValidationParameters = GetTokenValidationParameters();
The text was updated successfully, but these errors were encountered:
O the JWTService Class line 37
it should be
TokenValidationParameters tokenValidationParameters = GetValidationParameters();
and not
TokenValidationParameters tokenValidationParameters = GetTokenValidationParameters();
The text was updated successfully, but these errors were encountered: