A website inspired by Last.fm that will keep track of your listening statistics
lastfm music statistics
0
fork

Configure Feed

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

Update key value (previously it was used as userid key)

oscar345 a01b02ec 67ce8c67

+1 -1
+1 -1
pkg/authentication/authentication.go
··· 10 10 11 11 const CookieSessionKey = "authentication" 12 12 const CtxUserKey = "user" 13 - const CtxSessionKey = "userID" 13 + const CtxSessionKey = "user_session" 14 14 15 15 // Helper function to set the user in the context for later use in the handlers 16 16 func SetUser[T any](r *http.Request, user T) {