Subnode by user @ryan in node [[oauth]]
Agora locations contain community contributions whose titles or topics match your search. x
๐Ÿ““ oauth.md by @ryan โ˜†

oauth

Oauth is an authentication protocol used for [[web services]]. It was created as a way to get around basic HTTP authentication with a username and password.

Oauth roles

resource owner : entity capable of granting access to a protected resource

resource server : server hosting protected resource

client : application making request on behalf of resource owner

authorization server : server issuing tokens for client

Flow :ATTACH:

[[Screenshot from 2021-07-18 12-38-48.png]]

Links

Loading pushes...