|
You are here |
almad.blog | ||
| | | | |
alexwlchan.net
|
|
| | | | | Some experimenting with the YouTube API to merge two accounts into one. | |
| | | | |
nicolaiarocci.com
|
|
| | | | | Flask-Sentinel is a OAuth2 Server implementation of the Resource Owner Password Credentials Grant pattern described in Section 1.3.3 of RFC 6749. It is powered by Flask-Oauthlib, Redis and MongoDB and is bundled as a Flask extension so it can be used to add OAuth2 capabilities to an existing application. So what is the Resource Owner Password Credentials Grant pattern? According to the official RFC: The resource owner password credentials (i.e., username and password) can be used directly as an authoriza... | |
| | | | |
timdeschryver.dev
|
|
| | | | | To improve the security of our Single Page Applications, let's ditch the access tokens in the browser and make the Backend for Frontend (BFF) responsible for the authentication process using the Authorization Code flow with PKCE. To achieve this, we'll use the Duende.BFF NuGet package and let it communicate with Auth0. | |
| | | | |
dzone.com
|
|
| | | We examine cookie and token-based authentication, advantages of using tokens, and address common questions developers have regarding token-based auth. | ||