Learn OAuth by building a client with Node.js
annotate.dev
Learn OAuth by building a client with Node.js
1–10 of 29 posts
Re: Learn OAuth by building a client with Node.js
#2When I was first learning OAuth, I found that all the guides were text-heavy and lacked code. I personally learn better from code, so I created a code-first guide. Let me know if you have any feedback!
Re: Learn OAuth by building a client with Node.js
#3Re: Learn OAuth by building a client with Node.js
#4Hey HN, author here. When I was first learning OAuth, I found that all the guides were text-heavy and lacked code. I personally learn better from code, so I created a code-first guide. Let me know if you have any feedback!
How much of the process can be pushed to server side? (Sorry, I don't speak JS.)
Re: Learn OAuth by building a client with Node.js
#5Re: Learn OAuth by building a client with Node.js
#6Re: Learn OAuth by building a client with Node.js
#7Re: Learn OAuth by building a client with Node.js
#8Hey HN, author here. When I was first learning OAuth, I found that all the guides were text-heavy and lacked code. I personally learn better from code, so I created a code-first guide. Let me know if you have any feedback!
This looks great! I'll surely come back to it later. How much of the process can be pushed to server side? (Sorry, I don't speak JS.)
Re: Learn OAuth by building a client with Node.js
#9Hey HN, author here. When I was first learning OAuth, I found that all the guides were text-heavy and lacked code. I personally learn better from code, so I created a code-first guide. Let me know if you have any feedback!
This looks great! I'll surely come back to it later. How much of the process can be pushed to server side? (Sorry, I don't speak JS.)
Re: Learn OAuth by building a client with Node.js
#10I recently started writing an API client for some endpoints protected with Oauth2 and it was an absolute pain at first. Very few examples were available that took into account their quirks, and I ended up relying on a random git repo I found with a working implementation written in PHP.