https://github.com/core-go/security
https://github.com/core-go/security
authorization authorizer crypto jwt security
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/core-go/security
- Owner: core-go
- Created: 2020-06-01T23:50:31.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T00:26:03.000Z (almost 2 years ago)
- Last Synced: 2026-01-12T05:37:53.433Z (5 months ago)
- Topics: authorization, authorizer, crypto, jwt, security
- Language: Go
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```