OAuth password grant flow | OAuth resource owner password grant
🔥More exclusive content:
Twitter:
Website:
Blog:
00:00 What is the OAuth Password flow?
01:25 Security issues with OAuth password grant
02:38 OAuth password grant vs client credentials grant
04:42 conclusion
The OAuth Password Grant expects the client application to ask for a user’s username and password
and then exchanges this for an access token.
The OAuth working group does not recommend to use this flow anymore and recommends to always use the Authorization code grant with PKCE instead.
The reason is that the user’s credentials have now one more place where they could leak and in general people tend to trust the authorization more than some third party application which they cannot control.
11 views
4
0
1 year ago 08:00:57 9
Next Auth V5 - Advanced Guide (2024)
1 year ago 01:10:17 1
Основы OAuth 2.0 и OpenID Connect #oauth #oidc #openidconnect
1 year ago 00:02:25 1
Beyond Passwords: How WebAuthn Actually Works in 2 Minutes • Eli Holderness • GOTO 2023
1 year ago 00:26:58 1
Unlocking the Web: Exploring WebAuthn & Beyond • Eli Holderness & Mark Rendle • GOTO 2023
2 years ago 00:41:44 1
Beyond Passwords: How WebAuthn Actually Works • Eli Holderness • GOTO 2023
2 years ago 00:54:36 1
Tutorial - Part 6 | Authentication for API Routes using JWT and bcrypt
2 years ago 00:33:12 1
Hack Like a Pro: Bug Bounties, Web Vulnerabilities & More! • Ben @NahamSec & Julian Wood • GOTO 2022
2 years ago 00:08:47 107
OAuth explained | OAuth 2.0
2 years ago 00:05:00 11
OAuth password grant flow | OAuth resource owner password grant
4 years ago 02:05:48 1
How to build a Blog (CRUD) with Angular 5, Firebase and Angular Material
4 years ago 01:33:25 3
Building an Authentication Flow with , TailwindCSS, & AWS Amplify - OAuth & Email + Password