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

Is $auth.signOut supposed to send token info? #212

Closed
angelxmoreno opened this issue Sep 16, 2015 · 1 comment
Closed

Is $auth.signOut supposed to send token info? #212

angelxmoreno opened this issue Sep 16, 2015 · 1 comment

Comments

@angelxmoreno
Copy link
Contributor

My server is not seeing any token info when I use the $auth.signOut(). I am currently using it from the template. This iw what my request headers look like when the client hits the endpoint:

DELETE /api/auth/logout HTTP/1.1
Host: fb-like-manager.dev:3000
Connection: keep-alive
Cache-Control: max-age=0
Accept: application/json, text/plain, */*
Origin: http://fb-like-manager.dev:3000
If-Modified-Since: Mon, 26 Jul 1997 05:00:00 GMT
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36
Referer: http://fb-like-manager.dev:3000/
Accept-Encoding: gzip, deflate, sdch
Accept-Language: en-US,en;q=0.8,it;q=0.6,es;q=0.4
Cookie: connect.sid=s%3Af0_8PRNEvPFuxxAwnWg42BiJLQzOCTga.nfkSbt9j%2B6LqXemjh%2B2cpCTIUO%2FX8HrsWlCmqaih2IE

Not sure if it is the intended purpose.

@angelxmoreno
Copy link
Contributor Author

Ah, nevermind. My issue was email login not saving the auth headers. I fixed that and this is good now.

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

1 participant