cross-solution / YAWIK

YAWIK is a web application. It can be used as an ATS applicant tracking system or as a jobboard.
https://yawik.org
MIT License
125 stars 67 forks source link

Invalid redirect after social login from URL not containing a language part #263

Closed fedys closed 8 years ago

fedys commented 8 years ago

Example: I am on http://yawik.local/logout then click on the Facebook button and resulting URL is http://yawik.local/engout#_=_ which does not exist.

This issue is only related to environments with empty basePath. https://yawik.org/demo/logout is okay.

TiSiE commented 8 years ago

How did you get to /logout ? There is just one link in YAWIK that leads you to /logout, and there will be a redirect to the startpage afterwards....

TiSiE commented 8 years ago

However, the behaviour is caused in Auth/IndexController#L248.