issues
search
gorilla
/
sessions
Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
https://gorilla.github.io
BSD 3-Clause "New" or "Revised" License
2.93k
stars
371
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fixes scope issue in retrieval and type-assert sample
#284
apxamccallum
opened
1 day ago
0
[documentation] <Scope Issue in Example Code for retrieval and type-assertion>
#283
apxamccallum
opened
1 day ago
0
[BUG] Insufficient Session Expiration
#282
ramvisa
closed
2 months ago
1
Automatic renewal for sessions
#281
canidam
opened
3 months ago
0
Added valkey store implementation to readme
#280
JensvandeWiel
opened
4 months ago
1
Add mysql store to the readme
#279
danielepintore
closed
2 months ago
0
Fix gorillatoolkit link in README.md
#278
mbacalan
closed
5 months ago
1
[Bug] unknown field 'Partitioned' in struct literal of type http.Cookie
#277
kramesh2005new
closed
5 months ago
2
fix no default samesite
#276
bharat-rajani
closed
5 months ago
8
FilesystemStore is vulnerable to directory traversal attacks
#275
neild
closed
6 months ago
2
Improve File System Path Handling
#274
moloch--
closed
7 months ago
17
#272: feat: Add support for paritioned attribute in cookies as per chrome 3rd party cookie phaseout
#273
kashishbehl
closed
6 months ago
2
[FEATURE] <Adding support for Partitioned attribute for 3rd Party Cookie deprecation>
#272
kashishbehl
closed
6 months ago
4
Session still exists after setting MaxAge = -1
#271
Hitan999
closed
5 months ago
1
Update LICENSE
#270
coreydaley
closed
9 months ago
1
bump deps and add vendor dir
#269
coreydaley
closed
1 year ago
1
update GitHub workflows
#268
coreydaley
closed
1 year ago
1
[BUG] FilesystemStore MaxAge==0 does set cookies that expire when browser closes
#267
HTechHQ
closed
5 months ago
5
Update issues.yml
#266
coreydaley
closed
1 year ago
1
Add gorilla logo to Readme
#265
apoorvajagtap
closed
1 year ago
1
Update LICENSE
#264
coreydaley
closed
1 year ago
1
Update go version, add tools for verification and testing
#263
coreydaley
closed
1 year ago
3
Migrate CircleCI config to GitHub Actions
#262
catatsuy
closed
1 year ago
0
Update README.md
#261
coreydaley
closed
1 year ago
0
Update to go1.20
#260
coreydaley
closed
1 year ago
0
securecookie: error - caused by: gob: name not registered for interface: "map[string]map[int]string"
#259
aroldan00
closed
6 months ago
3
redigo: get on closed pool
#258
xujb977644703
closed
6 months ago
4
Saving OAuth2 pointer in sessions
#257
rhaidiz
closed
2 years ago
1
SameSite is not set in the default path
#256
martinlindhe
closed
5 months ago
2
Add methods to choose the correct session cookie
#255
aeneasr
closed
2 years ago
4
[feature] Add method to get cookie (to be used for request in tests)
#254
nanorobocop
closed
2 years ago
2
Fix linting errors for go1.17
#253
mariusor
closed
2 years ago
3
Don't propagate "not exist" error if trying to erase a session matchi…
#252
mariusor
closed
1 year ago
6
Stopped outdated error from being returned
#251
fednelpat
closed
2 years ago
8
⚠️ The Gorilla Toolkit is Looking for a New Maintainer
#250
elithrar
closed
2 years ago
2
Changed auth/encryption key prevents the signed in user from accessing the webpage again
#249
inmylo
closed
5 months ago
17
A question about deleting sessions
#248
BorisKoz
closed
2 years ago
3
[question] Is there a way to store session data in file system and not in cookie
#247
ericbrown30
closed
3 years ago
1
[bug] "More Examples" link in readme just links back to this repo
#246
bradsk88
closed
2 years ago
1
docs: Add new TiKV store to README
#245
ryicoh
closed
2 years ago
1
docs: Add new Etcd store to README
#244
ryicoh
closed
2 years ago
1
flash messages are not lost and are always saved when using gorilla mux
#243
madasatya6
closed
5 months ago
4
[question] How can I logout of a user from all other sessions except current one
#242
ColeDrain
closed
3 years ago
0
Session doesn't cleanup
#241
yosa12978
closed
3 years ago
3
refactor: use base32 encoder with no padding
#240
leungyauming
closed
3 years ago
1
Can two different controllers in two different files reference the same session object successfully?
#239
darienmiller88
closed
3 years ago
8
add mcquackers/gorilla-sessions-mongodb to implementations
#238
mcquackers
closed
3 years ago
1
FileStorage erase session fix
#237
mariusor
closed
3 years ago
1
deleted
#236
ghost
closed
3 years ago
1
[feature] Provide a method to delete/reset an existing session
#235
segevfiner
closed
3 years ago
1
Next