Posts related to Astro Authentication
Two-Factor Authentication and Recovery Code Setup in Astro.js
March 13, 2024Step by step guide on how to setup Two-Factor/ Multifactor authentication along with the recovery codes in Astro.js
Passwordless Magic Link Authentication Setup in Astro.js
March 8, 2024Step by step guide on how to setup Passwordless magic link authentication in astrojs with authentication persistence and protecting routes via middlewares.
Email Password Credentials Authentication Setup in Astro.js
February 29, 2024Step by step guide on how to setup Email Password Credentials Authentication in Astro with Email Verification and also persist authentication state in Astro and protecting routes via middlewares.
Google and Github Authentication OAuth2 Setup in Astro.js
January 2, 2024Step by step guide on how to setup google and github authentication in astro and also persist user and protecting routes.