ueberauth / ueberauth_example

Example Phoenix application using Überauth for authentication
http://ueberauth-example.herokuapp.com
MIT License
220 stars 73 forks source link

Logout does not work #12

Closed ramstein74 closed 5 years ago

ramstein74 commented 8 years ago

Hello i´m just testing the identity.I deleted all but except identity.

However the logout is not working... IT does nothing and the cookie is still set

can you help?

doomspork commented 8 years ago

Hi @ramstein74, sorry for the late response. Are you still having this issue? Can you reproduce it on master?

emoragaf commented 8 years ago

I was having the same problem, changed <%= link "logout" for <%= button "Logout" and it works for me now.

I don't know if there's a issue using the link helper with :delete method.

doomspork commented 8 years ago

@emoragaf a PR including your fix would be welcomed if you're interested :grinning: