ft_transcendence/src/auth/src
Maieul BOYER 5a905a1239 feat(oauth2/db): reworked oauth2 database footprint
- Removed `auth` table and merged its information inside the `user`
  table
- Changed around some field names in the database
- Changed Create*User functions to not be using overload but different
  functions
2025-11-18 15:30:55 +01:00
..
plugins feat(frontend/auth): Added way to automatically fetch providers 2025-11-14 16:57:14 +01:00
routes feat(oauth2/db): reworked oauth2 database footprint 2025-11-18 15:30:55 +01:00
app.ts feat(monitoring): wrote plugin for /monitoring endpoint and updated service to use them 2025-11-14 22:43:31 +01:00
oauth2.ts feat(openapi): Started working on Openapi generation 2025-11-10 18:34:22 +01:00
openapi.ts feat(openapi): Started working on Openapi generation 2025-11-10 18:34:22 +01:00
run.ts feat(auth): fixed JWT using wrong data and SIGTERM handler 2025-10-11 14:29:00 +02:00