Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xyproto/permissions2
:closed_lock_with_key: Middleware for keeping track of users, login states and permissions
https://github.com/xyproto/permissions2
bcrypt middleware permissions redis sessions user-auth
Last synced: 4 months ago
JSON representation
:closed_lock_with_key: Middleware for keeping track of users, login states and permissions
- Host: GitHub
- URL: https://github.com/xyproto/permissions2
- Owner: xyproto
- License: mit
- Created: 2014-11-19T12:23:37.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T13:39:50.000Z (5 months ago)
- Last Synced: 2024-10-05T15:19:43.396Z (4 months ago)
- Topics: bcrypt, middleware, permissions, redis, sessions, user-auth
- Language: Go
- Homepage:
- Size: 18.9 MB
- Stars: 513
- Watchers: 14
- Forks: 38
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-go - permissions2 - Library for keeping track of users, login states, and permissions. Uses secure cookies and bcrypt. (Authentication and OAuth)
- awesome-go-with-stars - permissions2 - Library for keeping track of users, login states, and permissions. Uses secure cookies and bcrypt. (Authentication and OAuth)
- awesome-Char - permissions2 - Library for keeping track of users, login states and permissions. Uses secure cookies and bcrypt. (Authentication and OAuth / Contents)
- awesome-go - permissions2 - Library for keeping track of users, login states and permissions. Uses secure cookies and bcrypt. (Authentication and OAuth)
- fucking-awesome-go - permissions2 - Library for keeping track of users, login states, and permissions. Uses secure cookies and bcrypt. (Authentication and OAuth)
- awesome-go-cn - permissions2
- awesome-go - permissions2 - Library for keeping track of users, login states and permissions. Uses secure cookies and bcrypt. (Authentication and OAuth)
- awesome-go - permissions2 - Library for keeping track of users, login states, and permissions. Uses secure cookies and bcrypt. (Authentication and OAuth)
- fucking-awesome-go - :octocat: permissions2 - Library for keeping track of users, login states and permissions. Uses secure cookies and bcrypt. :star: 167 :fork_and_knife: 10 (Authentication & OAuth)
- awesome-go - permissions2
- awesome-go - permissions2 - Library for keeping track of users, login states and permissions. Uses secure cookies and bcrypt. (Authentication and OAuth)
- awesome-go - permissions2 - Library for keeping track of users, login states and permissions. Uses secure cookies and bcrypt. - :arrow_down:21 - :star:176 (Authentication and OAuth)
- awesome-go - permissions2 - Middleware for keeping track of users, login states and permissions - ★ 284 (Authentication and OAuth)
- awesome-go-cn - permissions2
- awesome-go - permissions2 - 跟踪用户、登录状态和权限的库。使用安全的Cookie和BCrypt。 (<span id="身份验证和oauth-authentication-and-auth">身份验证和OAuth Authentication and Auth</span>)
- awesome-go-cn - permissions2
- awesome-go-plus - permissions2 - Library for keeping track of users, login states, and permissions. Uses secure cookies and bcrypt. ![stars](https://img.shields.io/badge/stars-512-blue) (Authentication and OAuth)
README
# Project rename
To make it possible to import `github.com/xyproto/permissions` instead of the more cumbersome `github.com/xyproto/permissions2/v2`, this package and all further developent has been moved to:
### [https://github.com/xyproto/permissions](https://github.com/xyproto/permissions)
The `permissions2` repository will continue to exist like it is right now for backward compatibility with existing packages that imports `github.com/xyproto/permissions2/v2`, though.