mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-03-23 06:57:52 +00:00
feat: move oauth logic into auth service and handle multiple sessions
This commit is contained in:
@@ -73,6 +73,7 @@ var BuildTimestamp = "0000-00-00T00:00:00Z"
|
||||
var SessionCookieName = "tinyauth-session"
|
||||
var CSRFCookieName = "tinyauth-csrf"
|
||||
var RedirectCookieName = "tinyauth-redirect"
|
||||
var OAuthSessionCookieName = "tinyauth-oauth"
|
||||
|
||||
// Main app config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user