Refactor authentication system: replace NextAuth with custom login/logout/session handling, improve cookie management, and enhance error handling
Build and Push Reader Image / docker (push) Successful in 39s
Build and Push Reader Image / docker (push) Successful in 39s
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
export const AUTH_COOKIE_NAME = "reader_access_token"
|
||||
export const AUTH_COOKIE_MAX_AGE_SECONDS = 7 * 24 * 60 * 60
|
||||
Reference in New Issue
Block a user