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

Authenticating users #6

Open
hchood opened this issue Jan 19, 2015 · 0 comments
Open

Authenticating users #6

hchood opened this issue Jan 19, 2015 · 0 comments
Labels

Comments

@hchood
Copy link
Owner

hchood commented Jan 19, 2015

Devise doesn't really work with rails-api. The instructions for ember-simple-auth-devise didn't work because warden uses the session, which isn't part of rails-api (and we don't want to enable sessions on the rails side).

https://github.com/simplabs/ember-simple-auth/tree/master/packages/ember-simple-auth-devise

Instead, using ember-simple-auth-oauth2:

https://github.com/simplabs/ember-simple-auth/tree/master/packages/ember-simple-auth-oauth2

Is that the best option?

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

1 participant