Joseph-Ramon-Lucas / Joseph-Ramon-Lucas/PennyPincher
Implement Authentication Endpoints
Open
enhancement
- Dominant language
- C#
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
- `/reset_password` - PATCH
- `/forgot_password` - POST
- `/authenticate_user` - POST (this is meant to just check their logged in status)
- `/logout` - POST
These endpoints will be used in conjunction with a more robust Authentication system that includes Token and session management.
More endpoints can be added when OAuth and other policies are implemented.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.