Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/koajs/generic-session

koa session store with memory, redis or others.
https://github.com/koajs/generic-session

[fix] Context TS typing is not working

QuentinRoy opened this issue about 2 years ago
docs: add documentation regarding dynamic `cookie.maxAge` & `ttl`

ejose19 opened this pull request about 3 years ago
feat: allow TTL to be set dynamically

ejose19 opened this pull request about 3 years ago
Correct implementation for SessionStore

lybrus opened this issue about 4 years ago
TypeError: Cannot set property name of which has only a getter

eraare opened this issue about 4 years ago
fix: copy cookie options instead of using reference

ejose19 opened this pull request about 4 years ago
Session never destroyed when set rolling to true

tonystaark opened this issue about 4 years ago
Issue with Redis Store and terser

vicb opened this issue over 4 years ago
fix: set expires= on all session cookies when destroying a session

ejose19 opened this pull request over 4 years ago
docs: make mention of graceful shutdown

ejose19 opened this pull request over 4 years ago
set session error : Cannot set property name of which has only a getter

huangfushan opened this issue over 5 years ago
fix: err is undefined

snadn opened this pull request over 6 years ago
deps: pin debug@3 to support node 4

fengmk2 opened this pull request over 6 years ago
bump crc and debug libs and add ignore for lock files

OmgImAlexis opened this pull request about 7 years ago
sameSite: true by default?

niftylettuce opened this issue about 7 years ago
spelling mistake and use overwrite instead of rewrite

helloyou2012 opened this pull request over 7 years ago
V2.0是否有BUG?external store取不到值?

fred1218 opened this issue over 7 years ago
Update readme for v2.0

nsimmons opened this pull request over 7 years ago
if user disabled the cookie store in client side(browser)

seap opened this issue over 7 years ago
Refactor to koa 2 - Supports node 6.x and 7.x

nsimmons opened this pull request over 7 years ago
Refactor for koa 2

arch-mage opened this pull request almost 8 years ago
ctx.session this.session ?

maxushuang opened this issue almost 8 years ago
typo

jaketrent opened this pull request almost 8 years ago
Support Koa v2

jgeurts opened this pull request almost 8 years ago
koa.sid gets reset when Cache-Control:max-age=0 is sent?

cbrwizard opened this issue almost 8 years ago
Ccookie not work in Safari

io777 opened this issue almost 8 years ago
refresh session error: Cannot read property 'done' of undefined

AngryBaby opened this issue almost 8 years ago
Add information about how get session ID in docs.

petersolopov opened this pull request almost 8 years ago
Add koa-generic-session-knex link to readme

jpchip opened this pull request almost 8 years ago
How use session?

wuchuguang opened this issue almost 8 years ago
fix: store use options.maxAge

dead-horse opened this pull request about 8 years ago
Store.set - TTL from cookie.maxAge is not set

michalkvasnicak opened this issue about 8 years ago
bug of regenerateSession

whosesmile opened this issue about 8 years ago
regenerateSession是不是有问题

fred1218 opened this issue about 8 years ago
run test case error

cycgit opened this issue about 8 years ago
maxage => maxAge

cycgit opened this pull request about 8 years ago
cicyle dependecies

yuu2lee4 opened this issue about 8 years ago
fixed cookies deprecated "maxage"; use "maxAge" instead

dangolol opened this pull request about 8 years ago
Deprecated "maxage"; use "maxAge" instead

aendra-rininsland opened this issue about 8 years ago
add koa-generic-session-sequelize session store

natesilva opened this pull request about 8 years ago
How to share session between multiple node instances having common DB

mouryaamit opened this issue about 8 years ago
not working with koa2 and koa-convert

JJPandari opened this issue about 8 years ago
Typescript definitions

arcanewater opened this issue over 8 years ago
suggest to remove cookie data in session object

lzztt opened this issue over 8 years ago
Does not work with node v6.5

bishtawi opened this issue over 8 years ago
The header contains invalid characters

nallown opened this issue over 8 years ago
fix: always refresh session

dead-horse opened this pull request over 8 years ago
Save session even if an error occur

sibelius opened this issue over 8 years ago
fix: npm pack should not include test dir

fengmk2 opened this pull request over 8 years ago
fix: make sure ctx.session exists when cookie.path = '/'

fengmk2 opened this pull request over 8 years ago
refactor

dead-horse opened this issue over 8 years ago
Add support for overriding session save conditions per request

evan-king opened this pull request over 8 years ago
Need ability to conditionally refresh session

evan-king opened this issue over 8 years ago
Misleading is the Readme about the default cookie max age

aobo-y opened this issue over 8 years ago
Don't generate new session for Websocket

Zensey opened this pull request over 8 years ago
How to use with passport?

crunchtime-ali opened this issue over 8 years ago
update default cookie maxage in readme

aobo-y opened this pull request almost 9 years ago
maxage与maxAge问题

yukrain opened this issue almost 9 years ago
Update README (options)

ifraixedes opened this pull request almost 9 years ago
[WIP] Refactoring to use Babel (node5) and support for Koa 2.0

mekwall opened this pull request almost 9 years ago
How to manually save session from `ctx.session`?

niftylettuce opened this issue almost 9 years ago
When I Set session = null, signed Cookied hasn't been remove

CoderIvan opened this issue almost 9 years ago
Add koa-sqlite3-session to the list of stores

ChiChou opened this pull request almost 9 years ago
changed object in the Map memoryStore

dimonnwc3 opened this pull request almost 9 years ago
prolong session TTL on each request

catamphetamine opened this issue almost 9 years ago
Update should to version 8.2.0 🚀

greenkeeperio-bot opened this pull request almost 9 years ago
Also reset '.sig' cookie

catamphetamine opened this pull request about 9 years ago
Remove koa:sid.sig cookie

catamphetamine opened this issue about 9 years ago
Why save `cookie` settings inside session object?

catamphetamine opened this issue about 9 years ago
Update autod to version 2.4.2 🚀

greenkeeperio-bot opened this pull request about 9 years ago
Update uid-safe to version 2.1.0 🚀

greenkeeperio-bot opened this pull request about 9 years ago
Update koa-redis to version 2.0.0 🚀

greenkeeperio-bot opened this pull request about 9 years ago
Update koa-redis to version 2.0.1 🚀

greenkeeperio-bot opened this pull request about 9 years ago
Update should to version 8.1.1 🚀

greenkeeperio-bot opened this pull request about 9 years ago
Update should to version 8.1.0 🚀

greenkeeperio-bot opened this pull request about 9 years ago
Session never destroyed

jspdown opened this issue about 9 years ago
Are the store implementations supposed to handle TTL?

multimeric opened this issue about 9 years ago
feat: auto set secure cookie

fengmk2 opened this pull request about 9 years ago
Documentation regarding options.key and the cookie name not clear

mrooding opened this issue about 9 years ago
Update READ.me

xie-qianyue opened this pull request about 9 years ago
Hooks

dead-horse opened this pull request about 9 years ago
Koa 2

crisward opened this issue about 9 years ago
Fix typo of 'available'

kudos opened this pull request over 9 years ago
session store is unavaliable

kanbekotori opened this issue over 9 years ago
Update README.md

felixsanz opened this pull request over 9 years ago
Added session id storage option to override session id store logic.

NOX73 opened this pull request over 9 years ago
Typos fixing in readme.md

Dzenly opened this pull request over 9 years ago
typos in documentation

Dzenly opened this issue over 9 years ago
add fileStore supported ?

lichenhao opened this issue over 9 years ago
add support for rethinkdb

smolleyes opened this issue over 9 years ago
Session hijacking?

multimeric opened this issue almost 10 years ago
Should we include the cookie object in the session data we store?

multimeric opened this issue almost 10 years ago
Added koa-pg-session to the list of stores

multimeric opened this pull request almost 10 years ago
Add koa-pg-session in the list of stores

multimeric opened this issue almost 10 years ago
Bug: user gets kicked off

iliakan opened this issue almost 10 years ago
Don't fail on sufficiently brief store disconnect/reconnect glitches.

greim opened this pull request almost 10 years ago
Handle to isNew

zubairhamid opened this issue almost 10 years ago