Tagged in

JavaScript

The Ideal System
The Ideal System
Thoughts and experiences of an idealistic programmer
More information
Followers
211
More, on Medium

Integrate ooth directly in your app server

In the last article we saw how one can use ooth as a standalone microservice (see the full example here). Your application client can then authenticate to ooth with any strategy, get a JWT in return, and use that to create a session with the actual…


Ooth integration with Create-React-App and Apollo GraphQL

Well, this has been exciting! My last article drafting the architecture of an extensible authentication / accounts microservice for node has raised some interest, and motivated me to explore the problem further.