Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auth in remix + pocketbase #36

Open
xuatz opened this issue May 2, 2023 · 0 comments
Open

auth in remix + pocketbase #36

xuatz opened this issue May 2, 2023 · 0 comments
Milestone

Comments

@xuatz
Copy link
Owner

xuatz commented May 2, 2023

Implement mvp auth feature for xbo, which means:

  • /create
  • /login
  • redirect to /home on auth
  • setup pocketbase to save user information

Can take a look at https://github.com/sergiodxa/remix-auth to see if it makes sense to use this, or if we should just DIY.

Some future consideration is that we will want to support password reset, by sending their registered email a random string, where they can input it on /reset. But we will do that in future in #37

Technically I already previously integrated SuperTokens to some degree, which had many many useful auth features implemented, but it didn't feel like a first class citizen when using with remix. Could take a 2nd look but probably simpler to make a basic local solution for now.

@xuatz xuatz added this to the v3 milestone May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant