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

refactor: use base32 encoder with no padding (#240)

0a84f353f00601bbc2fcf99e8da368ef368b4e51 authored over 3 years ago
build: use build matrix; drop Go <= 1.10 (#230)

9cb0b0a3e38d07f41143f03013eaf0a3243fb474 authored over 4 years ago
Fix typo in README example (#223)

61fa50d034f99479a7de0d1c02c5e9dea5ad30cb authored over 4 years ago
Add link to implementation for CockroachDB (#219)

947297c38923a85d18d497ad4cadfa23688ed3d4 authored over 4 years ago
docs: fix CookieStore creation in doc.go (#206)

15ff3511704639ab26f7843f780c015f4bf49565 authored about 5 years ago
docs: Add new Redis store to README (#202)

400b592ab70b9f8ee876cf47bc6c794d255dd4aa authored over 5 years ago
docs: README.md: link Cloud Firestore implementation (#201)

36821f6da8fc2cb2d2b5c7a6ad481792be667489 authored over 5 years ago
docs: added _ = to indicate there is a return from Save (#197)

* Added _ = to indicate there is a return from Save

This is because I copied the sample and ...

daaabe7307937b2fde7a8fb84d689e6ec1aa7c09 authored over 5 years ago
Removed unused global var (#199)

DefaultRemoteAddr seems to not be used (any longer?).

9c6b24ee2dee928836dbf71f18bb0c7d0da4bf85 authored over 5 years ago
Update go.mod: removes gorilla/context (#196)

4355a998706e83fe1d71c31b07af94e34f68d74a authored over 5 years ago
Create config.yml (#195)

* 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 (#175)

* - use golang context pkg instead of gorilla/context to fix memory leaks
* - add test case for...

12bd4761fc66ac946e16fcc2a32b1e0b066f6177 authored about 6 years ago
Update and rename stale to stale.yml (#177)

726776d48bfbb3961d6c7071d4dace34acc0ff28 authored about 6 years ago
Add stalebot config

b72c0abcab34f0952f00939c330c2effccf57423 authored about 6 years ago
[docs] Fix type in README example

4109461f01b3bac97fdddfe1bb49b4bd4feb1cd4 authored about 6 years ago
Run go mod tidy

Needing to quote the package strings is from an earlier version of vgo.

68d1edeb366b66bdd5d714e32d7a065f74b03b9b authored over 6 years ago
README.md: Update site URL

8619d3c3a2b9d5196aa3fa4ef3b980f13b4abce8 authored over 6 years ago
Don't use t.Run in tests, not supported in earlier Go versions

This package is meant to work on Go versions going back to Go 1.3,
which means tests can't use t...

f57b7e2d29c6211d16ffa52a0998272f75799030 authored over 6 years ago
Set http.Cookie's SameSite field in NewCookie for Go 1.11 or later

Set the returned http.Cookie's SameSite field to the value of the
SameSite field in the Options ...

3ab3680f9972bff29b08f0905926046aa9d74338 authored over 6 years ago
[docs] Improve advice around key generation & usage. (#168)

e736060e33a9e2f3a45e63f244efe405955c2126 authored over 6 years ago
Adds support for SameSite cookie attribute (#165)

81547393f870a35be888759a606ba7bf71dbe5c7 authored over 6 years ago
Update Travis CI to build against the latest Go (#167)

* Update Travis CI to build against the latest Go
* Update vet to only run on the latest Go ver...

a12d85708f2f3efec3eb7650378623a5f191272a authored over 6 years ago
Create release-drafter.yml (#166)

f7981e83f813996d74eb2764486fea8525fb9562 authored over 6 years ago
Add AUTHORS file; update LICENSE (#158)

03b6f63cc43ef9c7240a635a5e22b13180e822b8 authored over 6 years ago
[build] Update deps to correct SemVer tags (#153)

Fixes #152

9ee0d62e031e098d6353a069417bd6be8015af45 authored over 6 years ago
replacing travis badge with scaling svg (#147)

a2f2a3de9a4a575047f73e3e36bc85ecc3546391 authored almost 7 years ago
Add link to XORM store implementation (#149)

92b749d9bb99c7953517267a3d4d58eff6b957f8 authored almost 7 years ago
Added description about Max-Age field in Options (#148)

In this commit, the behavior of Max-Age field is described based on its
different values.
Fixe...

7910f5bb5ac86ab08f97d8bda39b476fc117b684 authored almost 7 years ago
Add go.mod file for vgo dependency management. (#145)

7087b4d669d1bc3da42fb4e2eda73ae139a24439 authored almost 7 years ago
Prevent panic in NewSession function (#140)

* prevent panic in NewSession function

* TestSessionCookieStore added

* change test functi...

6ba88b7f1c1e2c8298ec7fb2efda9ee411375c80 authored almost 7 years ago
Add link to memstore implementation (#143)

Adds a link to memstore, an in-memory implementation of `sessions.Store` for use in unit tests

41ee504a3bfe9b07b2d62ba5cc2e1314cabb4a63 authored almost 7 years ago
Update doc.go (#127)

fe21b6a095cd8a9d41cc7f412e13d35c130383f3 authored about 7 years ago
Add missing error check (#123)

a3acf13e802c358d65f249324d14ed24aac11370 authored over 7 years ago
[docs] Minor wording tweak for clarity (#120)

b61c93cb7f67533c8bfbb5ea450efc07e5833c5e authored over 7 years ago
Revise outdated comment (#113)

I don't think this comment was very clear in the first place, but it seems irrelevant now becaus...

8b6b4cd75f07f7ee036eb37b8127bd40ab1efc49 authored over 7 years ago
add dynamodb library using official aws libraries (#107)

ba78acc856fe7c79891d516131b3d903cc8d9367 authored almost 8 years ago
README.md: Add sourcegraph badge

803ac3201723cc018469e5db5dc341b501dd8b21 authored almost 8 years ago
Add missing example to README (#106)

697f2d505ac4cbd7f453d5fc285582e2e48259e7 authored almost 8 years ago
Add link to qlstore (#102)

This updates the README to add a `sessions.Store` implementation based on https://github.com/czn...

83c8db3bdc9be789e57e3756ffbcffd2d7d40176 authored about 8 years ago
[docs] Add Store Implementations Project Link - MySQL Cluster (#101)

52389059572b4736b2b7d899b0242ecc449c8779 authored about 8 years ago
[docs] Updated sessioncascade project URL. (#94)

ca9ada44574153444b00d3fd9c8559e4cc95f896 authored over 8 years ago
[feat] Delete store file when cookies max-age <= 0 (#93)

* Delete store file in case if cookies max-age < 0
* Improve the file path definition in erase ...

57a8d1b542398b71f1aa1b06626467fa73c2ddc3 authored over 8 years ago
Use httptest.ResponseRecorder (#92)

* use net/http/httptest

* go fmt

7ab2742f1e374be6675e9a4eca54fe529221ae3a authored over 8 years ago
Added goappenginesessioncascade to list of compatible stores. (#90)

- Removed unmaintained AppEngine store.

478cbfc73df023ca675fe89ea13a72b026fcced6 authored over 8 years ago
travis.yml: add go1.7

1bbba13ba476e132b5a0739b18f1653c3e57d3c1 authored over 8 years ago
[ci] Update .travis.yml. (#82)

56ba4b0a11da87516629a57408a5f7e4c8ea7b0b authored over 8 years ago
[docs] Document Session.ID more clearly (#63) (#81)

867fb4d3daf83d6f7db1462e5f979a720d5fa38b authored over 8 years ago
Clarified use of gob.Register() (#77)

Clarified use of gob.Register()

Proposing docs change after posting this support request:
ht...

a4e6dd28f9e9274729417506b9bd0a6c3edb91ce authored over 8 years ago
Use http.StatusInternalServerError instead of 500 (#74)

[docs] Use http.StatusInternalServerError instead of 500 (#74)

a1216e0aed834aa9074063dd4085f5c3df8d1fab authored almost 9 years ago
Merge pull request #72 from gorilla/elithrar/gofmt

[refactor] gofmt on lex.go to fix import block.

8cd570d8b4ed84b18bca9d8c3ae2db55885ccd8b authored almost 9 years ago
[refactor] gofmt on lex.go to fix import block.

08065b2c88689cb8ac9055a8729fcc7e144e4081 authored almost 9 years ago
Merge pull request #70 from kliron/cookiestore-checks-cookie-name

[bugfix] store.Get() returns error if cookie name contains invalid characters.

c7070b76d6855676921194cdc383b3d7804c9f8b authored almost 9 years ago
Removed .iml file, fixed .gitignore

f95b0da202c16aa9fb9c3502fea3c9950b48f64d authored almost 9 years ago
Removed .iml file, fixed .gitignore

e1724dc852b0ae28edf30adff9a237692345e340 authored almost 9 years ago
Using fmt.Errorf

1ca3b496ce317563513cbd2e61eea99c2127c1e6 authored almost 9 years ago
store.Get() returns error if cookie name contains invalid characters

eaa49efcba27548333e477b7da872da1afb98a58 authored almost 9 years ago
Merge pull request #66 from shawnps/patch-1

[docs] typo

715060ac0b7d99d95d1600df329f5da94809023a authored almost 9 years ago
typo

5c34ad53e5366cb4d56292fdc6de1e9272828389 authored almost 9 years ago
Merge pull request #64 from wader/patch-1

Add https://github.com/wader/gormstore

3752dbe3d898496114ebb398c8960ff127cbbe93 authored about 9 years ago
Add https://github.com/wader/gormstore

59224c658b3432097bde66afb311b7c7175aed85 authored about 9 years ago
Merge pull request #61 from gorilla/readme-notes

[docs] Added mention of context.ClearHandler as per #59

99b16d2edd22458c541b3640ce83689b08a05c20 authored about 9 years ago
[docs] Added mention of context.ClearHandler as per #59; formatting fixes.

e62120438891836325329d6aa35c45680121ac2e authored about 9 years ago
Merge pull request #56 from zemirco/patch-1

[docs] Fixed syntax error in docs for struct initialization

f7261893ca3ea922c30eabe742c036d2c1de6e0a authored over 9 years ago
fix syntax error in docs for complex datatype

28bc6170a1cd767d14d2f4728cc6f8e2876e4d1f authored over 9 years ago
Update .travis.yml

b6bcae186ac3099dba8fafce125dc930393f1e5e authored over 9 years ago
Merge pull request #52 from elithrar/max-age-fix

Provide method to set MaxAge on underlying cookies.

f2f9681165dec2e61ee10205b6c41861656ef487 authored over 9 years ago
Fixed typo in doc string.

c739570bf8879b63b55c74cd976a1130ae93dfa4 authored over 9 years ago
Provides functionality to set the MaxAge on the underlying securecookie Codecs.

- Addresses https://github.com/gorilla/sessions/issues/48

ab250e0cde98b2d4030f0ac1879e7394c2e416a0 authored over 9 years ago
Merge pull request #40 from rcadena/save-before-write-note

Added note about calling save before writing to response.

132cb5b0eebe434c327bbf35b8373d10acd0ac4d authored over 9 years ago
Merge pull request #51 from elithrar/assert-from-session

Added example of retrieving from a session.

b49790bad8a5f6601c6feef28facd4f8e1e43ed1 authored over 9 years ago
Added example of retrieving from a session.

67c3cbe3ac0f28c1688322d3942e68bf84061ac4 authored over 9 years ago
Merge pull request #50 from elithrar/readme-updates

Fleshed out README with example from doc.go + build/godoc badges.

e727cdeb0ad3561b76d753ceeb50d900baf6344e authored over 9 years ago
Improved docs re: calling Save before writing/returning.

460e18584b819b2ffc92706c71e9c4791aba65ea authored over 9 years ago
Fleshed out README with example from doc.go + build/godoc badges.

286213d1c4d3c5f7ca906279577b126e58fb933c authored over 9 years ago
Merge pull request #47 from starJammer/dev

Added arangodb session store

f61c3ec2cf65d69e7efedfd4d060fe128882c951 authored almost 10 years ago
Added arangodb session store

93a532e5acf5d76ade4f3d1ed78833edf7ecc2bf authored almost 10 years ago
Merge pull request #46 from egonelbre/fix-filepath

Use correct path separator on Windows.

cc7771daaa26e8f47d11405d8936946716a44ae6 authored almost 10 years ago
Use correct path separator on Windows.

14656fba266a325f977b9473fe8d2cf176944674 authored almost 10 years ago
Merge pull request #44 from boj/master

rethinkstore link

3e759b5c5532bec4f3934ea4c745e4ae5d69737a authored almost 10 years ago
rethinkstore link

c9c3e432961bc1035d670dcf24f0c8763407e7f4 authored almost 10 years ago
Merge pull request #43 from StableLib/filesystem

Simplify FilesystemStore save and load.

c8fb5963af5ff7fda6a44132ba4c0d8376e20257 authored almost 10 years ago
Add missing fileMutex read locking.

9a1a995303506329f3fc682912d3baa7b937a724 authored almost 10 years ago
Simplify FilesystemStore save and load.

Use ioutil package to write and read files.

4b0af472301b1081c4821c65875c9f50824ebd3a authored almost 10 years ago
Merge pull request #42 from michaeljs1990/patch-1

Update README.md

1f45645972a051deb63c8e8e3c594041a6145e35 authored almost 10 years ago
Update README.md

I have created a SQLite driver which I find nice for developing locally with. It is just a sligh...

2afdef550c7eed1c30b43cd48c8c9868ea66e1ed authored almost 10 years ago
ensure FilesystemStore closes the file even on error.

Fixes #41

39dd83d692d0cb984af851b38e89b0cd8ea302b6 authored almost 10 years ago
Moved and tweaked text.

2c775edb25fb0f91965caac0120a59ba80858c89 authored almost 10 years ago
Added note about calling save before writing to response.

Also removed calls to fmt.Fprintf in AddFlash example. If a user
follows the old example then t...

0f44a27391116bbb840afe7ee861d0f0d0302a1b authored almost 10 years ago
Merge pull request #37 from denizeren/master

Added DynamoStore to implementation list.

13c86220d944600e7a6e3de6c87418896ccfbe77 authored almost 10 years ago
Added DynamoStore to implementation list.

4e0725cf9c768b11cc7f523a34fd2d40f96e56c6 authored almost 10 years ago
Merge pull request #29 from yosssi/patch-1

Add github.com/yosssi/boltstore

aa5e036e6c44aec69a32eb41097001978b29ad31 authored over 10 years ago
Update README.md

b5df0baf36ed4959cdfa3883153294207b288e10 authored over 10 years ago
Add github.com/yosssi/boltstore

43642f673fa7691e98095801179435bb3d9f84b5 authored over 10 years ago
Add Memcache store implementation

Fixes #28

28f896870851935df0885fca3410114940d49e1b authored over 10 years ago
Update README.md

Alphabetize

c5bbe9d3d3c906d01de60189e5bfbba1d8164a80 authored almost 11 years ago
Merge pull request #27 from kidstuff/master

Add MongoStore to README.md

19a02e6217c210c1f56094ba536b69fd90838fa8 authored almost 11 years ago
Add MongoStore to README.md

05c7254e21c2ccc3ea0f35f3b902e762139300a5 authored almost 11 years ago
Merge pull request #25 from boj/patch-1

Added RiakStore to implementation list.

aaa7e50fe124565b8ad00e2837b51c418fa90739 authored almost 11 years ago
Added RiakStore to implementation list.

9bf77df48f82ac7617808c6382fdb07ca16a1164 authored almost 11 years ago
Clarify docs a bit.

96a5fdda5c95c7dfbca04f1f643d82f85a7b456c authored about 11 years ago