mirror of
https://github.com/apricote/Listory.git
synced 2026-02-08 10:47:02 +00:00
feat: implement long-lived sessions
This commit is contained in:
parent
d0705afca8
commit
44f7e26270
35 changed files with 739 additions and 190 deletions
8
src/auth/strategies/strategies.enum.ts
Normal file
8
src/auth/strategies/strategies.enum.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export enum AuthStrategy {
|
||||
// Internal
|
||||
AccessToken = "access_token",
|
||||
RefreshToken = "refresh_token",
|
||||
|
||||
// Auth Provider
|
||||
Spotify = "spotify",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue