Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmendesas/ts-typeorm-inversify
https://github.com/mmendesas/ts-typeorm-inversify
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmendesas/ts-typeorm-inversify
- Owner: mmendesas
- Created: 2023-08-02T00:41:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-09T16:43:45.000Z (over 1 year ago)
- Last Synced: 2024-04-14T06:38:04.881Z (7 months ago)
- Language: TypeScript
- Size: 192 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ts-auth
Handle authentication with typescript
### todo
| method | route | description |
| ------ | ------------------ | --------------- |
| GET | /api/users | all users |
| GET | /api/users/me | logged in user |
| POST | /api/auth/register | create new user |
| POST | /api/auth/login | log in |