Finally, a long-awaited feature of AWS Cognito is here. Now, Cognito user pools support the rotation of refresh tokens. In this post, we’ll understand what has changed and how to implement it in you...
Nos estaremos basando en el tutorial de Lucia resumiendolo y traduciendolo al español.
Puedes ver el codigo completo en mi github
API basica de sesiones con MongoDB
Las sesiones permiten mant...
Quiero mostrar la manera mas simple de usar google oauth 2 omitiendo varios pasos que hacen nuestro proceso mas seguro, para que sea los mas facil de entender. Definitivamente no debes usar esto en un...
What is Authentication?
Authentication is the act of figuring out who a user is.
Example:
You do username/password login to a website.
Website figures out if you are really a user.
W...
Keycloak is widely recognized as a powerful open-source Identity and Access Management (IAM) solution, offering SSO, OAuth, and user federation out of the box. But beyond the basics, Keycloak has seve...
AuthAction is a powerful authentication and authorization platform that offers a range of features, including support for single-page applications (SPA) and machine-to-machine (M2M) applications. It p...
Hey Devs! 👋Ever wanted to react instantly when you receive a donation on DonationAlerts? Maybe trigger an effect in your stream, update a dashboard, or just log donations reliably without constantl...
Authorization isn’t just a checkbox in agentic systems. It’s a make-or-break layer for security, scalability, and trust. Without a clear way to authenticate dynamically, AI agents either hit britt...