DEV Community

Discussion on: OAuth Simplified

Collapse
 
sebastiandg7 profile image
Sebastián Duque G

Hi. I'm currently getting the thing about OAuth/2. Grant purpose is to easily setup OAuth authentication with OAuth2 providers, such as Google, Twitter, Facebook, OpenID... Etc. However, what if I want my app itself to be an OAuth2 provider? Does Grant help with this?

Collapse
 
simov profile image
simo • Edited

Hi, Sebastian, Grant is an OAuth Client. Have a look at NPM, there should be at least a few good provider implementations.