https://github.com/go-aah/security
Security library by aah framework
https://github.com/go-aah/security
aah aah-framework golang-library security session-management session-store
Last synced: 2 months ago
JSON representation
Security library by aah framework
- Host: GitHub
- URL: https://github.com/go-aah/security
- Owner: go-aah
- License: mit
- Created: 2017-03-28T18:57:11.000Z (about 8 years ago)
- Default Branch: v0-edge
- Last Pushed: 2018-10-19T06:00:14.000Z (over 6 years ago)
- Last Synced: 2024-10-26T02:32:43.982Z (8 months ago)
- Topics: aah, aah-framework, golang-library, security, session-management, session-store
- Language: Go
- Homepage: http://docs.aahframework.org/security-design.html
- Size: 214 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security.go
Awesome Lists containing this project
README
![]()
Security library by aah framework
Security library houses all the application security implementation (Authentication, Authorization, Session Management, CSRF, Security Headers, etc.) by aah framework.
### News
* `v0.10.1` [released](https://github.com/go-aah/security/releases/latest) and tagged on Jul 29, 2018.
## Installation
```bash
go get -u aahframework.org/security.v0
```Visit official website https://aahframework.org to learn more about `aah` framework.