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
You are able to login with either username & password combination or email & password combination.
In either way use the following with the endpoint /auth/local
{
"identifier": username/email,
"password": password
}
I have use case that I need to manually log user in to application using only their username or email, is it possible?
The text was updated successfully, but these errors were encountered: