Commit Graph

13 Commits

Author SHA1 Message Date
4139f6fd58
refactor(api): remove auth cookie checks
just get the authorization header
2024-03-21 18:34:46 -04:00
e88474d406
refactor(api): switch to refresh nuxt-auth provider 2024-03-21 18:26:36 -04:00
bf44122abe
refactor(api): remove some log statements 2024-03-16 21:16:43 -04:00
8f45dbe563
style(*): edit indents 2023-12-29 20:53:29 -05:00
c8e84c909e
style(*): cleanup unused imports 2023-12-29 20:11:07 -05:00
576684e364
refactor(server/utils): make paths and imports more concise and correct 2023-12-29 16:37:20 -05:00
5b368cf832
refactor(api): change jwt generation call to use new function name 2023-12-28 19:58:26 -05:00
3e5af47107
refactor(*): refactor tsconfig paths
looks/feels nicer
2023-12-20 17:23:31 -05:00
d8ae07baa3
fix(api): modify session endpoint to check for a cookie as well as an authorization header 2023-10-10 22:27:47 -04:00
2f60479ad2
refactor(api): refactor logging in login endpoint to use winston instead of plain console.log 2023-10-10 22:12:36 -04:00
83d1e97f49
feat(api): add api endpoint to log user out 2023-10-10 22:08:47 -04:00
2bcedca7fb
feat(api): add registration endpoint 2023-10-01 19:25:40 -04:00
2b233364a1
refactor(api): refactor app to use pure jwts instead of cookies
cookies are no longer used
2023-09-28 21:55:19 -04:00