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

Create SecurityService #16

Closed
mrexmelle opened this issue Jan 8, 2024 · 0 comments · Fixed by #17
Closed

Create SecurityService #16

mrexmelle opened this issue Jan 8, 2024 · 0 comments · Fixed by #17
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mrexmelle
Copy link
Owner

Description

The functions to handle token are currently in mapper.service, and the cookie is w in SessionService. This ticket requires that all security related functions be merged in SecurityService. The service will contain the following functions:

  • GenerateJwt
  • GenerateHash
  • GenerateJwtCookie

The mapper.service can be removed after SecurityService is complete.

@mrexmelle mrexmelle added the enhancement New feature or request label Jan 8, 2024
@mrexmelle mrexmelle added this to the Sprint 2 milestone Jan 8, 2024
@mrexmelle mrexmelle self-assigned this Jan 8, 2024
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

Successfully merging a pull request may close this issue.

1 participant