Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How Can I login using username only? #225

Open
frontendfuture opened this issue Apr 7, 2016 · 1 comment
Open

How Can I login using username only? #225

frontendfuture opened this issue Apr 7, 2016 · 1 comment

Comments

@frontendfuture
Copy link

I have use case that I need to manually log user in to application using only their username or email, is it possible?

@lakinoheat
Copy link

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
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants