jaliss / securesocial

A module that provides OAuth, OAuth2 and OpenID authentication for Play Framework applications
http://www.securesocial.ws
Apache License 2.0
1.19k stars 510 forks source link

clean-up sessions upon signup with skipped login (fixes #516) #549

Closed phammer closed 9 years ago

phammer commented 9 years ago

Clean-up the session in the case of a successful signup and if signupSkipLogin is true.

jaliss commented 9 years ago

Thanks @phammer!