sessions
Here are 211 public repositories matching this topic...
-
Updated
Mar 21, 2020 - Go
When using Flask-Session, I noticed that it doesn't cover available methods or provide complete examples of usage. I had to find a blog post of a user that used the session.pop() method to remove a key from session storage.
I would like to find out all available methods and contribute to the docs. Let me know how to do this, and I'll work on it.
When a user does a password reset / changes his password, it makes sense to drop all sessions for that user. Currently the user id is stored inside a json blob on the session, so it becomes very inefficient to query for all sessions that belong to a specific user.
In issue #53 ( chill117/express-mysql-session#53 ), it was suggested that one way to workaround this issue
-
Updated
Jan 15, 2019 - Go
-
Updated
Mar 30, 2020 - Go
-
Updated
Jul 5, 2020 - JavaScript
-
Updated
Apr 15, 2019 - Go
-
Updated
Jun 10, 2020 - PHP
-
Updated
Feb 29, 2020 - Go
-
Updated
Apr 27, 2020 - Ruby
-
Updated
Feb 13, 2020 - HTML
-
Updated
Oct 30, 2019 - HTML
Queue concatenation
Implement a Concatenate function for Q1Way and Q2Way. It would empty one queue by moving its elements into another queue.
-
Updated
Nov 11, 2019 - C
-
Updated
Jun 5, 2020 - Elixir
-
Updated
Aug 12, 2018 - PHP
Edit README
- Add more detailed description to README
- Add screenshots of the addon
- Add some fancy badges
-
Updated
Dec 13, 2017 - Objective-C
-
Updated
Nov 25, 2019
-
Updated
Mar 20, 2020 - Go
Improve this page
Add a description, image, and links to the sessions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sessions topic, visit your repo's landing page and select "manage topics."


Bug report
https://github.com/request/request-promise#deprecated
Describe the bug
I just noticed that the oauth package relies on request (or request promise) which is no longer maintained.