7
Followers
67
Posts
For dev bloggers
Start publishing articles on your own domain with Hashnode and tag them with #oauth. Learn more
zolomohan.hashnode.dev
OAuth is an open standard for access delegation, commonly used as a way for Internet users to grant websites or applications to access information on …
blog.lloydmiller.dev
Some weeks ago we discussed how to do Zoom OAuth with Next.js. As was said there, we need to authenticate our calls to Zoom's API in order for us to u…
ssengupta3.hashnode.dev
Intro Open Authorization (OAuth) is a standard describing authenticated access between unrelated servers and services, providing a single sign-on expe…
nagums.hashnode.dev
Adding SAML SSO to a Rails 6 app SAML Background SAML SSO refers to an authentication mechanism preferred by enterprise companies. The SSO part stands…
prymeblog.hashnode.dev
Today i would be putting you through the process of implementing twitter social login in your nodejs/express applications. Twitter uses the standard O…