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

OAuth callback URL cannot be localhost which conflicts with the default startup host #21

Closed
cmacher opened this issue Dec 8, 2015 · 2 comments
Assignees
Labels

Comments

@cmacher
Copy link
Contributor

cmacher commented Dec 8, 2015

Activator and Play Framework start the application by default with localhost:9000. The OAuth configuration for a Twitter App requires to set a callback URL. This cannot be localhost but has to be 127.0.0.1 instead. Therefore we have a problem when we want to access cookies which are stored with a different host.

@nano4711
Copy link
Member

nano4711 commented Dec 8, 2015

Found this out by the hard way too. Thanks for pointing this out.

@cmacher
Copy link
Contributor Author

cmacher commented Dec 9, 2015

Won't be relevant as soon as we have a single-user-mode flag #22 .

@cmacher cmacher closed this as completed Dec 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants