Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/ory/sessions
Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
https://github.com/ory/sessions
0a84f353f00601bbc2fcf99e8da368ef368b4e51 authored over 3 years ago
9cb0b0a3e38d07f41143f03013eaf0a3243fb474 authored over 4 years ago
61fa50d034f99479a7de0d1c02c5e9dea5ad30cb authored over 4 years ago
947297c38923a85d18d497ad4cadfa23688ed3d4 authored over 4 years ago
15ff3511704639ab26f7843f780c015f4bf49565 authored about 5 years ago
400b592ab70b9f8ee876cf47bc6c794d255dd4aa authored over 5 years ago
36821f6da8fc2cb2d2b5c7a6ad481792be667489 authored over 5 years ago
* Added _ = to indicate there is a return from Save
This is because I copied the sample and ...
daaabe7307937b2fde7a8fb84d689e6ec1aa7c09 authored over 5 years agoDefaultRemoteAddr seems to not be used (any longer?).
9c6b24ee2dee928836dbf71f18bb0c7d0da4bf85 authored over 5 years ago4355a998706e83fe1d71c31b07af94e34f68d74a authored over 5 years ago
* Create config.yml
* Update config.yml
* Delete .travis.yml
56c33e9da484d617e23f395ecec61db32d99dcf3 authored over 5 years ago
* - use golang context pkg instead of gorilla/context to fix memory leaks
* - add test case for...
726776d48bfbb3961d6c7071d4dace34acc0ff28 authored about 6 years ago
b72c0abcab34f0952f00939c330c2effccf57423 authored about 6 years ago
4109461f01b3bac97fdddfe1bb49b4bd4feb1cd4 authored about 6 years ago
Needing to quote the package strings is from an earlier version of vgo.
68d1edeb366b66bdd5d714e32d7a065f74b03b9b authored over 6 years ago8619d3c3a2b9d5196aa3fa4ef3b980f13b4abce8 authored over 6 years ago
This package is meant to work on Go versions going back to Go 1.3,
which means tests can't use t...
Set the returned http.Cookie's SameSite field to the value of the
SameSite field in the Options ...
e736060e33a9e2f3a45e63f244efe405955c2126 authored over 6 years ago
81547393f870a35be888759a606ba7bf71dbe5c7 authored over 6 years ago
* Update Travis CI to build against the latest Go
* Update vet to only run on the latest Go ver...
f7981e83f813996d74eb2764486fea8525fb9562 authored over 6 years ago
03b6f63cc43ef9c7240a635a5e22b13180e822b8 authored over 6 years ago
Fixes #152
9ee0d62e031e098d6353a069417bd6be8015af45 authored over 6 years agoa2f2a3de9a4a575047f73e3e36bc85ecc3546391 authored almost 7 years ago
92b749d9bb99c7953517267a3d4d58eff6b957f8 authored almost 7 years ago
In this commit, the behavior of Max-Age field is described based on its
different values.
Fixe...
7087b4d669d1bc3da42fb4e2eda73ae139a24439 authored almost 7 years ago
* prevent panic in NewSession function
* TestSessionCookieStore added
* change test functi...
6ba88b7f1c1e2c8298ec7fb2efda9ee411375c80 authored almost 7 years agoAdds a link to memstore, an in-memory implementation of `sessions.Store` for use in unit tests
41ee504a3bfe9b07b2d62ba5cc2e1314cabb4a63 authored almost 7 years agofe21b6a095cd8a9d41cc7f412e13d35c130383f3 authored about 7 years ago
a3acf13e802c358d65f249324d14ed24aac11370 authored over 7 years ago
b61c93cb7f67533c8bfbb5ea450efc07e5833c5e authored over 7 years ago
I don't think this comment was very clear in the first place, but it seems irrelevant now becaus...
8b6b4cd75f07f7ee036eb37b8127bd40ab1efc49 authored over 7 years agoba78acc856fe7c79891d516131b3d903cc8d9367 authored almost 8 years ago
803ac3201723cc018469e5db5dc341b501dd8b21 authored almost 8 years ago
697f2d505ac4cbd7f453d5fc285582e2e48259e7 authored almost 8 years ago
This updates the README to add a `sessions.Store` implementation based on https://github.com/czn...
83c8db3bdc9be789e57e3756ffbcffd2d7d40176 authored about 8 years ago52389059572b4736b2b7d899b0242ecc449c8779 authored about 8 years ago
ca9ada44574153444b00d3fd9c8559e4cc95f896 authored over 8 years ago
* Delete store file in case if cookies max-age < 0
* Improve the file path definition in erase ...
* use net/http/httptest
* go fmt
7ab2742f1e374be6675e9a4eca54fe529221ae3a authored over 8 years ago- Removed unmaintained AppEngine store.
478cbfc73df023ca675fe89ea13a72b026fcced6 authored over 8 years ago1bbba13ba476e132b5a0739b18f1653c3e57d3c1 authored over 8 years ago
56ba4b0a11da87516629a57408a5f7e4c8ea7b0b authored over 8 years ago
867fb4d3daf83d6f7db1462e5f979a720d5fa38b authored over 8 years ago
Clarified use of gob.Register()
Proposing docs change after posting this support request:
ht...
[docs] Use http.StatusInternalServerError instead of 500 (#74)
a1216e0aed834aa9074063dd4085f5c3df8d1fab authored almost 9 years ago[refactor] gofmt on lex.go to fix import block.
8cd570d8b4ed84b18bca9d8c3ae2db55885ccd8b authored almost 9 years ago08065b2c88689cb8ac9055a8729fcc7e144e4081 authored almost 9 years ago
[bugfix] store.Get() returns error if cookie name contains invalid characters.
c7070b76d6855676921194cdc383b3d7804c9f8b authored almost 9 years agof95b0da202c16aa9fb9c3502fea3c9950b48f64d authored almost 9 years ago
e1724dc852b0ae28edf30adff9a237692345e340 authored almost 9 years ago
1ca3b496ce317563513cbd2e61eea99c2127c1e6 authored almost 9 years ago
eaa49efcba27548333e477b7da872da1afb98a58 authored almost 9 years ago
[docs] typo
715060ac0b7d99d95d1600df329f5da94809023a authored almost 9 years ago5c34ad53e5366cb4d56292fdc6de1e9272828389 authored almost 9 years ago
Add https://github.com/wader/gormstore
3752dbe3d898496114ebb398c8960ff127cbbe93 authored about 9 years ago59224c658b3432097bde66afb311b7c7175aed85 authored about 9 years ago
[docs] Added mention of context.ClearHandler as per #59
99b16d2edd22458c541b3640ce83689b08a05c20 authored about 9 years agoe62120438891836325329d6aa35c45680121ac2e authored about 9 years ago
[docs] Fixed syntax error in docs for struct initialization
f7261893ca3ea922c30eabe742c036d2c1de6e0a authored over 9 years ago28bc6170a1cd767d14d2f4728cc6f8e2876e4d1f authored over 9 years ago
b6bcae186ac3099dba8fafce125dc930393f1e5e authored over 9 years ago
Provide method to set MaxAge on underlying cookies.
f2f9681165dec2e61ee10205b6c41861656ef487 authored over 9 years agoc739570bf8879b63b55c74cd976a1130ae93dfa4 authored over 9 years ago
- Addresses https://github.com/gorilla/sessions/issues/48
ab250e0cde98b2d4030f0ac1879e7394c2e416a0 authored over 9 years agoAdded note about calling save before writing to response.
132cb5b0eebe434c327bbf35b8373d10acd0ac4d authored over 9 years agoAdded example of retrieving from a session.
b49790bad8a5f6601c6feef28facd4f8e1e43ed1 authored over 9 years ago67c3cbe3ac0f28c1688322d3942e68bf84061ac4 authored over 9 years ago
Fleshed out README with example from doc.go + build/godoc badges.
e727cdeb0ad3561b76d753ceeb50d900baf6344e authored over 9 years ago460e18584b819b2ffc92706c71e9c4791aba65ea authored over 9 years ago
286213d1c4d3c5f7ca906279577b126e58fb933c authored over 9 years ago
Added arangodb session store
f61c3ec2cf65d69e7efedfd4d060fe128882c951 authored almost 10 years ago93a532e5acf5d76ade4f3d1ed78833edf7ecc2bf authored almost 10 years ago
Use correct path separator on Windows.
cc7771daaa26e8f47d11405d8936946716a44ae6 authored almost 10 years ago14656fba266a325f977b9473fe8d2cf176944674 authored almost 10 years ago
rethinkstore link
3e759b5c5532bec4f3934ea4c745e4ae5d69737a authored almost 10 years agoc9c3e432961bc1035d670dcf24f0c8763407e7f4 authored almost 10 years ago
Simplify FilesystemStore save and load.
c8fb5963af5ff7fda6a44132ba4c0d8376e20257 authored almost 10 years ago9a1a995303506329f3fc682912d3baa7b937a724 authored almost 10 years ago
Use ioutil package to write and read files.
4b0af472301b1081c4821c65875c9f50824ebd3a authored almost 10 years agoUpdate README.md
1f45645972a051deb63c8e8e3c594041a6145e35 authored almost 10 years agoI have created a SQLite driver which I find nice for developing locally with. It is just a sligh...
2afdef550c7eed1c30b43cd48c8c9868ea66e1ed authored almost 10 years agoFixes #41
39dd83d692d0cb984af851b38e89b0cd8ea302b6 authored almost 10 years ago2c775edb25fb0f91965caac0120a59ba80858c89 authored almost 10 years ago
Also removed calls to fmt.Fprintf in AddFlash example. If a user
follows the old example then t...
Added DynamoStore to implementation list.
13c86220d944600e7a6e3de6c87418896ccfbe77 authored almost 10 years ago4e0725cf9c768b11cc7f523a34fd2d40f96e56c6 authored almost 10 years ago
Add github.com/yosssi/boltstore
aa5e036e6c44aec69a32eb41097001978b29ad31 authored over 10 years agob5df0baf36ed4959cdfa3883153294207b288e10 authored over 10 years ago
43642f673fa7691e98095801179435bb3d9f84b5 authored over 10 years ago
Fixes #28
28f896870851935df0885fca3410114940d49e1b authored over 10 years agoAdd MongoStore to README.md
19a02e6217c210c1f56094ba536b69fd90838fa8 authored almost 11 years ago05c7254e21c2ccc3ea0f35f3b902e762139300a5 authored almost 11 years ago
Added RiakStore to implementation list.
aaa7e50fe124565b8ad00e2837b51c418fa90739 authored almost 11 years ago9bf77df48f82ac7617808c6382fdb07ca16a1164 authored almost 11 years ago
96a5fdda5c95c7dfbca04f1f643d82f85a7b456c authored about 11 years ago