Switch from asymmetric keys to symmetric ones. Main reason is that it will reduce the number of dependencies that are needed and make it easier to maintain while still achieving the desired goal
Requirements
Update config files to have a section for JWT
Secret
Issuer
Audience
Subject
Add new code to create tokens based off of the symmetric key
Remove token authorization checks from the controllers and replace them with the [Authorize] declaration
Update Readme
Completing this will render #66 and #32 unnecessary.
Switch from asymmetric keys to symmetric ones. Main reason is that it will reduce the number of dependencies that are needed and make it easier to maintain while still achieving the desired goal
## Requirements
* Update config files to have a section for JWT
- Secret
- Issuer
- Audience
- Subject
* Add new code to create tokens based off of the symmetric key
* Remove token authorization checks from the controllers and replace them with the [Authorize] declaration
* Update Readme
Completing this will render #66 and #32 unnecessary.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Switch from asymmetric keys to symmetric ones. Main reason is that it will reduce the number of dependencies that are needed and make it easier to maintain while still achieving the desired goal
Requirements
Completing this will render #66 and #32 unnecessary.