DEV Community

Discussion on: OAuth Simplified

 
simov profile image
simo

My stack consists of NginX and NodeJS+Express on the server, and Mithril in the browser. I also have separate scripts for building the config, as you can imagine there is a lot of configuration for 180 providers with all their scopes, custom fields and so on. It's fairly specific to my taste and needs, and while the code is utterly simple it was never meant to be shared as something like an 'app' that people can look and learn from.

Also what if you want to see a browser side implementation with React? Well, no luck then, I don't have any. And while the info may be a bit scattered across a few examples and sections of the docs - it's actually a fairly trivial task to implement for any web developer.

If you have any specific questions, I'm always ready to help!

Thread Thread
 
simov profile image
simo

Hi, @thepassle, I just published my new article about Grant:

Hopefully this answers a question or two.

Thread Thread
 
thepassle profile image
Pascal Schilp

Hey! Thanks for getting back to me, i'll be sure to check it out