Monorepo for Tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 3d6962a75ea53d0b5dc71eeba0ab6f56d6a6ead2 14 lines 386 B view raw
1package appview 2 3const ( 4 SessionCookieSecret = "TODO_CHANGE_ME" 5 SessionName = "appview-session" 6 SessionHandle = "handle" 7 SessionDid = "did" 8 SessionPds = "pds" 9 SessionAccessJwt = "accessJwt" 10 SessionRefreshJwt = "refreshJwt" 11 SessionExpiry = "expiry" 12 SessionAuthenticated = "authenticated" 13 SqliteDbPath = "appview.db" 14)