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

https://github.com/core-go/security


https://github.com/core-go/security

authorization authorizer crypto jwt security

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Security
- Implementation of TokenVerifier: [DefaultTokenService](https://github.com/core-go/security/blob/main/jwt/token_adapter.go)
- Implementation of CacheService: [RedisService](https://github.com/core-go/redis/blob/main/redis_service.go) of [core-go/redis](https://github.com/core-go/redis)

## Installation
Please make sure to initialize a Go module before installing core-go/security:

```shell
go get -u github.com/core-go/security
```

Import:
```go
import "github.com/core-go/security"
```