-
Notifications
You must be signed in to change notification settings - Fork 295
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
HasApiTokens tokens() method does not return token #25
Comments
It seems I missed something and had to return it like this: |
@popica80 can't we just use the latest created tokens instead of using unique ? |
In my login controller I am using this code to log in the user
and the result is like this without the token field:
Is there something that I missed or mistakenly used?
The text was updated successfully, but these errors were encountered: