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

Jwt entry point fix #6 #7

Merged
merged 2 commits into from
May 9, 2014
Merged

Conversation

jaugustin
Copy link
Contributor

Hi,

I add a JWTEntryPoint to throw a 401 response when user reach a protected api and no token was sent, this prevent Symfony from throwing a 500 error.

This fix #6

@slashfan
Copy link
Contributor

slashfan commented May 9, 2014

Great ! Thanks :)

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

Successfully merging this pull request may close these issues.

500 instead of 401/403 with symfony 2.3
2 participants