astro-community / astro-auth

The Easiest Way To Do Authentication In Astro 🧑🏻‍🚀
astro-auth-docs.vercel.app
99 stars 20 forks source link

Is this project dead? Domain weoffersolution.com Dead for Docs #27

Closed JohnRSim closed 1 year ago

JohnRSim commented 1 year ago

Can't access https://astro-auth.weoffersolution.com/ says domain is up for sale?

Thanks

JulianCataldo commented 1 year ago

You could use deployed env's, like prod. here:

https://astro-auth-docs-mlb49y74m-osada.vercel.app/getting-started/introduction

However I've noticed some newer docs content in the code itself (like some typos fixes).


I wonder if some efforts can be joined with the new, agnostic NextAuth, now named "Auth.js".

The wrapper for SvelteKit seems pretty thin: https://github.com/nextauthjs/next-auth/tree/main/packages/frameworks-sveltekit

Basically, it's a client function with fetchers/forms submissions and a server part with middleware handlers.

tajkirkpatrick commented 1 year ago

@JulianCataldo do you know of any communities or maintainers willing to explore that Auth.js and AstroJS collaboration idea. I have a fork repo open, but very little experience contributing to OSS. So I could use the help, I have somewhat of a ball already rolling.