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

Fix for issue #2209 | #2157 | #2205 | #2056 | #2116 #2219

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Apr 15, 2023

  1. Update quick-start.md

    I can refresh a non-expired token normally, but when I try to refresh an expired token, I get a 401 response with the message "Unauthenticated", even if the token is within the allowed refresh time.
    fixed with: $this->middleware('auth:api', ['except' => ['login', 'refresh']]);
    MohammadMehrabani authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    442aaaa View commit details
    Browse the repository at this point in the history