Skip to content

Instantly share code, notes, and snippets.

@thiagosouza
Last active February 19, 2019 02:17
Show Gist options
  • Save thiagosouza/15bca3246aca7d8606a3fff8a0bc0375 to your computer and use it in GitHub Desktop.
Save thiagosouza/15bca3246aca7d8606a3fff8a0bc0375 to your computer and use it in GitHub Desktop.
[OAuth]

https://www.oauth.com/

Access Tokens Password Grant 12.2

POST /oauth/token HTTP/1.1
Host: authorization-server.com
 
grant_type=password
&[email protected]
&password=1234luggage
&client_id=xxxxxxxxxx
&client_secret=xxxxxxxxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment