I am writing my first OAuth.io authentication-based application but am struggling to understand how to get started. I have read a lot of the documentation on the OAuth.io site but it is still not clear to me.
Essentially, I would like nodejs to perform the actual calls to OAuth.io and then generate a token (JWT?) to share with the Angular 4 front-end. I must say I find the language used in the documentation a little difficult to understand, and I'm not sure if this is because I'm daft or because I really ought to go and read up on OAuth in general to see how it works.
Can anyone point me to an example of how nodejs, OAuth.io and Angular JS/2/4 might work together? I have been unable to find one on the world-wide interweb. Looked on GitHub, no joy.
Thanks!