nickredmark / ooth

User identity/authentication/accounts management microservice for node.js
https://nmaro.github.io/ooth/
MIT License
605 stars 65 forks source link

Use without cookies #51

Closed heysailor closed 6 years ago

heysailor commented 6 years ago

Thanks for a great looking library. One of the nice things Meteor had was the ability to handle authentication without cookies. I'm unclear from your docs whether this is feasible with Ooth.

The use case is React Native apps, in which authentication is commonly handled by sending a JWT with each request.

Is that possible? Could it be added to your docs if so?

heysailor commented 6 years ago

Sorry, misunderstood the authentication flow.