Explore >> Select a destination


You are here

blog.doyensec.com
| | stack-auth.com
2.0 parsecs away

Travel
| | Stack Auth is open-source authentication for the modern web.
| | www.cossacklabs.com
1.9 parsecs away

Travel
| | How to implement OAuth in the context of mobile applications while avoiding security pitfalls? Practical steps on fortifying OAuth flow with PKCE, state parameter, managing secure redirections, and focusing on critical aspects during OAuth assessment in mobile environments.
| | philodev.one
1.9 parsecs away

Travel
| | oAuth is a hard to get into because of its (necessary) complexity. A basic understanding of the standard flow and the actors involved can help to make better decisions and understand the security implications of the choices.
| | fhirblog.com
7.3 parsecs away

Travel
| If you've read the previous posts talking about OAuth2, then (hopefully) it's clear how a user can authorize an application to retrieve their data from some server without needing to expose their login credentials. The Authorization Server is the only component that needs to have the persons username and password (or whatever authorization method is...