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

User authentication groundwork #1

Open
benzend opened this issue Feb 4, 2024 · 2 comments
Open

User authentication groundwork #1

benzend opened this issue Feb 4, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@benzend
Copy link
Owner

benzend commented Feb 4, 2024

Need to be able to authorize users throughout the application before we're able to give them access.

Thinking that we're going to need to keep a couple of things in mind:

  • Certain areas in the application being accessible by everyone. (e.g. sign in, sign up, shareable states)
  • A secure system of user authorization (JWT)
@benzend benzend added the enhancement New feature or request label Feb 4, 2024
@GwartneyDev
Copy link
Collaborator

Added in JWT. Still need to do further validation checking and finish setting up database quires.

@benzend
Copy link
Owner Author

benzend commented Mar 16, 2024

I think we're super close if not already there. It looks like the user keeps the cookie from the backend so I might not need to manage auth as much in the frontend which is awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants