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

Current Session Unauthorized 401 #33

Open
enricpr opened this issue Aug 14, 2014 · 1 comment
Open

Current Session Unauthorized 401 #33

enricpr opened this issue Aug 14, 2014 · 1 comment

Comments

@enricpr
Copy link

enricpr commented Aug 14, 2014

Hello,

I've installed simple-auth via bower and gem for client and server-side. I've also created the session template with a form with a call to the signIn action. However when I click on it I get a 401 unauthorized response for /sessions/current.

GET "sessions/current" processing by EmberDeviseSimpleAuth::SessionsController#show as JSON completed unauthorized in 1ms

I am using ember-rails 0.15, Rails 4 and Devise

Do you think it could be a Simple-Auth thing or is it maybe more Devise related?

Thanks in advance

@xerebz
Copy link

xerebz commented Aug 25, 2014

I am also seeing this issue.

Started GET "/sessions/current" for 127.0.0.1 at 2014-08-25 00:50:36 -0400
Started GET "/sessions/current" for 127.0.0.1 at 2014-08-25 00:50:36 -0400
Processing by EmberDeviseSimpleAuth::SessionsController#show as JSON
Processing by EmberDeviseSimpleAuth::SessionsController#show as JSON
Completed 401 Unauthorized in 5ms
Completed 401 Unauthorized in 5ms

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