ueberauth / ueberauth_example

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

Fix logout #54

Closed ramortegui closed 4 years ago

ramortegui commented 4 years ago

This PR fixes the logout functionality, related to: https://github.com/ueberauth/ueberauth_example/issues/49 https://github.com/ueberauth/ueberauth_example/issues/29

Also, updates config/test adding username and password fields that needed to be passed to the GitHub Actions container for testing.

[1] https://stackoverflow.com/questions/42910224/put-flash-not-works-with-configure-sessiondrop-true

image

doomspork commented 4 years ago

Thank you thank you @ramortegui :pray: