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

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

Awesome Lists containing this project

README

        



Security library by aah framework


Build Status Code Coverage Go Report Card Release Version Godoc Twitter @aahframework

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.