Posts related to Astro
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.
How to self host google fonts in Astro, React, Svelte, Vue
September 21, 2023Step by step guide on how to self host google fonts in Astro, React, Svelte,Vue
How to get current page URL in astro
August 23, 2023Get the current page url info or details like pathname, origin, host, and hostname in astro using Astro.url