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
In this specific example, it essentially checks if there are any existing refresh tokens. If not (the call from this function is null), then create one. Else, return the token
The text was updated successfully, but these errors were encountered:
There is a missing
OrderBy
that makes Entity Framework throw a warning log message when generating a JWT for a user.This warning is appearing even though the following query is setup via LINQ:
In this specific example, it essentially checks if there are any existing refresh tokens. If not (the call from this function is null), then create one. Else, return the token
The text was updated successfully, but these errors were encountered: