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

(Backend) Create Auth Controller for Login #387

Open
5 tasks
arinkulshi-skylight opened this issue Nov 12, 2024 · 1 comment
Open
5 tasks

(Backend) Create Auth Controller for Login #387

arinkulshi-skylight opened this issue Nov 12, 2024 · 1 comment
Assignees

Comments

@arinkulshi-skylight
Copy link
Collaborator

arinkulshi-skylight commented Nov 12, 2024

Creation of new accounts must be done manually.

  • Create Auth Controller
  • Auth controller should generate JWT token with expiry
  • Auth Controller should validate future login requests and valid credentials
  • Ensure all routes are protected and verify access to routes using token.
  • Ensure templates are unique to user.
@bora-skylight bora-skylight changed the title Create Auth Controller for Login(Backend) (Backend) Create Auth Controller for Login Nov 12, 2024
@schreiaj schreiaj self-assigned this Nov 25, 2024
@schreiaj
Copy link
Collaborator

JWT token with expiry

Do we have an expiration time in mind or?

Ensure templates are unique to user.

I assume this means that templates are tied to the user that created them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants