Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renamed short-term session to session-token #39

Merged
merged 3 commits into from
Oct 17, 2024

Conversation

corbadoman
Copy link
Contributor

No description provided.

@corbadoman corbadoman linked an issue Oct 14, 2024 that may be closed by this pull request
// Retrieve short-term session value from cookie
shortSessionCookie, err := r.Cookie("cbo_short_session")
// Retrieve session-token from cookie
sessionTokenCookie, err := r.Cookie("cbo_session_token")
if errors.Is(err, http.ErrNoCookie) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@corbadoman hefty

@corbadoman corbadoman merged commit 8803738 into main Oct 17, 2024
9 checks passed
@corbadoman corbadoman deleted the 38-adapt-to-new-session-management branch October 17, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adapt to new session management
3 participants