n-fuse / token-authn

OAuth 2 bearer token based authentication
MIT License
0 stars 0 forks source link

Check ember-simple-auth #1

Open vanthome opened 9 years ago

vanthome commented 9 years ago

Maybe we can replace this with it or at least use it with a custom authenticator.

https://github.com/simplabs/ember-simple-auth

OrKoN commented 9 years ago

@vanthome @Dani723 I need something like a custom authorizer in ember-simple-auth now. I don't have a password or username. I just have an api key that I want to use. Is it possible to authorize using a token with the current implementation of token-authn?