You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An ETCD v3 store adapter for [express-session](https://github.com/expressjs/session) using [etcd3](https://github.com/mixer/etcd3) client.
7
6
@@ -28,22 +27,22 @@ app.use(session({
28
27
29
28
### Options
30
29
31
-
You can find all the [available options](https://willgm.github.io/express-session-etcd3/interfaces/etcd3storeoptions.html) at the documentation.
30
+
You can find all the [available options](https://jexia-com.github.io/express-session-etcd3/interfaces/etcd3storeoptions.html) at the documentation.
32
31
33
32
## Documentation
34
33
35
-
Our [TypeDoc docs are available here](https://willgm.github.io/express-session-etcd3/).
34
+
Our [TypeDoc docs are available here](https://jexia-com.github.io/express-session-etcd3/).
36
35
37
-
Our [test cases](https://github.com/willgm/express-session-etcd3/tree/master/test) are also quite readable.
36
+
Our [test cases](https://github.com/jexia-com/express-session-etcd3/tree/master/test) are also quite readable.
38
37
39
38
## Contributing
40
39
41
-
You can find all the steps at the [Contributing Guide](https://github.com/willgm/express-session-etcd3/blob/master/CONTRIBUTING.md).
40
+
You can find all the steps at the [Contributing Guide](https://github.com/jexia-com/express-session-etcd3/blob/master/CONTRIBUTING.md).
42
41
43
42
## Credits
44
43
45
44
This project was easily bootstrapped with [TypeScript library starter](https://github.com/alexjoverm/typescript-library-starter), thanks for sharing it!
0 commit comments