mirror of
https://github.com/lukaszraczylo/traefikoidc.git
synced 2026-06-05 22:44:17 +00:00
fix-issue-122 (#128)
This commit is contained in:
@@ -500,6 +500,11 @@ func (sm *SessionManager) combinedChunkCookieName(chunkIndex int) string {
|
||||
return fmt.Sprintf("%s_%d", sm.combinedCookieName(), chunkIndex)
|
||||
}
|
||||
|
||||
// GetCookiePrefix returns the cookie prefix used for all OIDC session cookies.
|
||||
func (sm *SessionManager) GetCookiePrefix() string {
|
||||
return sm.cookiePrefix
|
||||
}
|
||||
|
||||
// Shutdown gracefully shuts down the SessionManager and all its background tasks
|
||||
func (sm *SessionManager) Shutdown() error {
|
||||
var shutdownErr error
|
||||
|
||||
Reference in New Issue
Block a user