Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with sessions

A curated list of projects in awesome lists tagged with sessions .

https://github.com/kataras/iris

The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket:

dependency-injection go golang http2 iris mvc sessions web-framework websocket

Last synced: 29 Sep 2024

https://github.com/teesloane/Auth-Boss

🔒 Become an Auth Boss. Learn about different authentication methodologies on the web.

authentication cookies https jwt sessions ssl

Last synced: 31 Jul 2024

https://github.com/gorilla/sessions

Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.

cookie go golang gorilla gorilla-web-toolkit sessions

Last synced: 29 Sep 2024

https://github.com/alexedwards/scs

HTTP Session Management for Go

context go golang http session sessions

Last synced: 30 Sep 2024

https://github.com/kartikk221/hyper-express

High performance Node.js webserver with a simple-to-use API powered by uWebsockets.js under the hood.

express high-performance http http-server https https-server modular nodejs performance router server sessions uwebsockets uwebsocketsjs uws websocket

Last synced: 29 Sep 2024

https://github.com/accounts-js/accounts

Fullstack authentication and accounts-management for Javascript.

accounts graphql oauth password rest sessions

Last synced: 30 Jul 2024

https://github.com/gorilla/securecookie

Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values for Go web applications.

cookie cookies go golang gorilla gorilla-web-toolkit securecookie sessions

Last synced: 02 Aug 2024

https://github.com/xyproto/permissions2

:closed_lock_with_key: Middleware for keeping track of users, login states and permissions

bcrypt middleware permissions redis sessions user-auth

Last synced: 01 Oct 2024

https://github.com/Shatur/neovim-session-manager

A simple wrapper around :mksession.

neovim projects sessions telescope workspaces

Last synced: 30 Jul 2024

https://github.com/pallets-eco/flask-session

Server side session extension for Flask

flask sessions

Last synced: 26 Sep 2024

https://github.com/fengsp/flask-session

Server side session extension for Flask

flask sessions

Last synced: 30 Jul 2024

https://github.com/svemix/svemix

The Full-Stack addition to SvelteKit. Write your server code inside svelte files, handle sessions, forms and SEO easily.

forms full-stack remix seo server-scripts sessions svelte svelte-remix sveltekit svemix

Last synced: 12 Aug 2024

https://github.com/pixelmund/svemix

The Full-Stack addition to SvelteKit. Write your server code inside svelte files, handle sessions, forms and SEO easily.

forms full-stack remix seo server-scripts sessions svelte svelte-remix sveltekit svemix

Last synced: 02 Oct 2024

https://github.com/abraithwaite/jeff

🍍Jeff provides the simplest way to manage web sessions in Go.

cookie csrf-protection go golang http middleware session-management sessions web-framework web-sessions

Last synced: 30 Jul 2024

https://github.com/romshark/webwire-go

A transport independent asynchronous duplex messaging library for Go

go golang messaging request-response server-client server-client-communication sessions websockets

Last synced: 04 Aug 2024

https://github.com/maxcountryman/tower-sessions

🥠 Sessions as a `tower` and `axum` middleware.

axum axum-middleware cookies sessions tower

Last synced: 02 Oct 2024

https://github.com/ahopkins/sanic-session

Provides server-backed sessions for Sanic using Redis, Memcache and more.

memcache redis sanic sessions

Last synced: 02 Aug 2024

https://github.com/koajs/cash

HTTP response caching for Koa. Supports Redis, in-memory store, and more!

amazon aws cache caching cdn content delivery javascript koa memory network node redis s3 session sessions space static storage store

Last synced: 30 Sep 2024

https://github.com/jordanisaacs/fastapi-sessions

Ready-to-use session cookies with custom backends for FastAPI

authentication cookies fastapi sessions

Last synced: 30 Sep 2024

https://github.com/ssamadgh/WWDCsrt

WWDC.srt is a powerful app for downloading subtitles in (srt) format or data links ( video links , pdf links , sample code links ) for each WWDC session video since 2013 .

2020 2021 2022 2023 2024 app apple download english link mac os pdf sessions srt subtitle tech-talks video wwdc

Last synced: 01 Aug 2024

https://github.com/antonlindstrom/pgstore

A Postgres session store backend for gorilla/sessions

go gorilla postgres sessions sessionstorage

Last synced: 02 Aug 2024

https://github.com/dominicklee/PHP-MySQL-Sessions

Easily store PHP session data in a MySQL database

database mysql php session-management sessions

Last synced: 01 Aug 2024

https://github.com/maxcountryman/axum-sessions

🥠 Cookie-based sessions for Axum via async-session.

async-session axum cookie cookies session session-cookie sessions

Last synced: 02 Oct 2024

https://github.com/verdverm/chatgpt

ChatGPT CLI, interactive or file based sessions with context and moods.

chatgpt cli file-based interactive sessions

Last synced: 02 Aug 2024

https://github.com/smakosh/roll-your-own-auth

Copy & paste code to roll your own auth easily and for free

auth authentication express jwt nextjs sessions

Last synced: 03 Aug 2024

https://github.com/mongoid/mongo_session_store

MongoSessionStore is a Rails-compatible session store for MongoDB using either Mongoid or the MongoDB Ruby Driver. It also allows for custom Mongo session store that works with any (or no!) Mongo ODM

mongodb mongoid rails ruby session-management session-storage sessions

Last synced: 01 Oct 2024

https://github.com/neolynx/cirrina

cirrina is an opinionated asynchronous web framework based on aiohttp

aiohttp authentication framework jrpc json python rest rpc sessions web websockets

Last synced: 31 Jul 2024

https://github.com/abdullahselek/WatchCon

WatchCon is a tool which enables creating easy connectivity between iOS and WatchOS.

connectivity ios sessions watchos

Last synced: 13 Aug 2024

https://github.com/f0rmiga/sessiongate-go

A driver for the SessionGate Redis module - easy session management using the Go language.

redis redis-module session session-management session-manager session-store sessionmanager sessions sessionstorage sessionstore

Last synced: 02 Oct 2024

https://github.com/zacharynoble/fastify-drizzle-template

A Node.js & Fastify template featuring user authentication, Drizzle ORM (Postgres), logging, error handling, and emails. Authentication via sessions. Request validations with Zod. Bot protection with Google Recaptcha.

authentication drizzle drizzle-orm error-handling eslint fastify logging nodejs postgres prettier rest-api sessions sql starter-kit template typescript

Last synced: 27 Sep 2024

https://github.com/elius94/users-session-manager

A simple Node.js module to manage users sessions on a web application or any kind of JS apps It uses a Singleton pattern to ensure that only one instance of the module is running at a time. SessionManager is a singleton class that can be used to manage users sessions. For every user that logs in, a new session is created and stored in the database. Every session has a unique ID that is generated by the system. Every session has a setTimeout that expires after a certain time (setSessionTimeout). When a user logs out, the session is deleted from the class. Every action fires an event that can be used to listen to the session manager.

api javascript login login-page login-system nodejs npm npm-module npm-package npmjs session-management sessions socket-io users webapp webapps websocket

Last synced: 02 Oct 2024

https://github.com/mistweaverco/kikao.nvim

A minimal 🤏🏾 session management ⚡ plugin for your favorite editor ❤️.

lua neovim neovim-plugin session session-management sessions

Last synced: 26 Sep 2024

https://github.com/neuodev/hackernoon

Backend for blog platform. support register, Login, Logout, Confirm Email, Forget Password, Change Password, edit post, get all posts, get all post for user. Built on top Node.js, Express, TypeGraphQL, TypeORM, Redis, Express-Cookies, Nodemailer, PostgresQL

cookies nodemailer postgresql redis sessions typegraphql typeorm typescript validation

Last synced: 01 Oct 2024

https://github.com/zacharynoble/next-template

A Next.js template pre-built with functional user authentication. Includes TypeScript, Tailwind CSS, and Zod. Routes for login, registration, and email verification.

authentication context-api css eslint html nextjs prettier react reactjs rest-api sessions shadcn-ui starter-kit tailwind template typescript zod

Last synced: 29 Sep 2024

https://blessedjasonmwanza.github.io/awesome-books

A web-platform that utilizes Storage engines to allow users to add/remove books from a list.

css html javascript localstorage sessions sessionstorage vanilla-javascript

Last synced: 23 Aug 2024

https://github.com/dan-q/php4-transparent-session-demo

Demonstration showing how PHP 4 could, out-of-the-box, support cookie-less session management.

php php4 retro session sessions

Last synced: 28 Sep 2024

https://github.com/lindseymiller2567/tech-blog-mvc

CMS-style blog site that follows the MVC paradigm. The app uses an Express sever, MySQL as the database, Sequelize as the ORM, Handlebars as the templating language, and express-session npm package for authentication.

expressjs handlebarsjs mvc mysql nodejs sequelize sessions

Last synced: 30 Sep 2024

https://git.mirzaev.sexy/mirzaev/yii2-sessions-arangodb

Module with yii\\web\\DbSession implementation for use with ArangoDB

arangodb framework module sessions yii2

Last synced: 28 Sep 2024

https://github.com/rootedglobal/talks

A base repository for managing all our dev sessions / resources and rules for guidance.

community dev-channel markdown opensource sessions talks technology workshop-materials youtube-channel

Last synced: 27 Sep 2024