Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mmendesas/ts-typeorm-inversify


https://github.com/mmendesas/ts-typeorm-inversify

Last synced: about 5 hours ago
JSON representation

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 |