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

https://github.com/hyperscale-stack/security

The Hyperscale security is a powerful and highly customizable authentication and access-control framework.
https://github.com/hyperscale-stack/security

auth authentication authenticator authorization go go-modules golang security

Last synced: 4 months ago
JSON representation

The Hyperscale security is a powerful and highly customizable authentication and access-control framework.

Awesome Lists containing this project

README

          

Hyperscale security [![Last release](https://img.shields.io/github/release/hyperscale-stack/security.svg)](https://github.com/hyperscale-stack/security/releases/latest) [![Documentation](https://godoc.org/github.com/hyperscale-stack/security?status.svg)](https://godoc.org/github.com/hyperscale-stack/security)
====================

[![Go Report Card](https://goreportcard.com/badge/github.com/hyperscale-stack/security)](https://goreportcard.com/report/github.com/hyperscale-stack/security)

| Branch | Status | Coverage |
|---------|--------|----------|
| master | [![Build Status](https://github.com/hyperscale-stack/security/workflows/Go/badge.svg?branch=master)](https://github.com/hyperscale-stack/security/actions?query=workflow%3AGo) | [![Coveralls](https://img.shields.io/coveralls/hyperscale-stack/security/master.svg)](https://coveralls.io/github/hyperscale-stack/security?branch=master) |

The Hyperscale security is a powerful and highly customizable authentication and access-control framework.

## Example

```go
package main

import (
"fmt"
"github.com/hyperscale-stack/security"
)

func main() {


}

```

## License

Hyperscale security is licensed under [the MIT license](LICENSE.md).