next/server/api/auth
2023-10-10 22:27:47 -04:00
..
login.post.ts refactor(api): refactor logging in login endpoint to use winston instead of plain console.log 2023-10-10 22:12:36 -04:00
logout.post.ts feat(api): add api endpoint to log user out 2023-10-10 22:08:47 -04:00
register.post.ts feat(api): add registration endpoint 2023-10-01 19:25:40 -04:00
session.get.ts fix(api): modify session endpoint to check for a cookie as well as an authorization header 2023-10-10 22:27:47 -04:00