North Bay App Developers (NBAD)
facebook.com/groups/northbayappdevs
That's a baby's toy!
Don't be this guy.
JSON Web Tokens
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.TJVA95OrM7E2cBab30RMHrHDcEfxjoYZgeFONFh7HgQ
{
"sub": "1234567890",
"name": "John Doe",
"admin": true
}
Authorization: Bearer eyJhbGc…
In HTTP POST, PUT, GET, etc.
include this HTTP header:
Auth Server
API Servers
Social Signin
oAuth Callback
JWT
(user credentials in Payload)
JWT
(user credentials in Payload)
Same Secret Signature Key!!!
North Bay App Developers (NBAD)
facebook.com/groups/northbayappdevs