Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klovercloud-ci-cd/security
Authentication and Authorization service for klovercloud-ci-cd
https://github.com/klovercloud-ci-cd/security
authentication authorization jwt klovercloud klovercloud-ci-cd oauth2
Last synced: 8 days ago
JSON representation
Authentication and Authorization service for klovercloud-ci-cd
- Host: GitHub
- URL: https://github.com/klovercloud-ci-cd/security
- Owner: klovercloud-ci-cd
- License: apache-2.0
- Created: 2021-12-29T10:02:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T07:53:02.000Z (over 2 years ago)
- Last Synced: 2024-11-24T01:29:36.295Z (2 months ago)
- Topics: authentication, authorization, jwt, klovercloud, klovercloud-ci-cd, oauth2
- Language: Go
- Homepage:
- Size: 14.3 MB
- Stars: 0
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![godoc reference](https://img.shields.io/badge/godoc-reference-blue.svg)](https://pkg.go.dev/github.com/klovercloud-ci-cd/security)
[![Go Report Card](https://goreportcard.com/badge/github.com/klovercloud-ci-cd/security)](https://goreportcard.com/report/github.com/klovercloud-ci-cd/security)
[![License: APACHE2.0](https://img.shields.io/badge/License-apache2.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
[![DUMELS Diagram](https://www.dumels.com/api/v1/badge/98006665-edfa-4fd4-8c97-ffe0b5ff991b)](https://www.dumels.com/diagram/98006665-edfa-4fd4-8c97-ffe0b5ff991b)
[![SWAGGER UI](https://img.shields.io/badge/swagger-api-green)](https://klovercloud-ci-cd.github.io/security/)```
,---. ,------. ,-----. ,--. ,--. ,------. ,--. ,--------. ,--. ,--.
' .-' | .---' ' .--./ | | | | | .--. ' | | '--. .--' \ `.' /
`. `-. | `--, | | | | | | | '--'.' | | | | '. /
.-' | | `---. ' '--'\ ' '-' ' | |\ \ | | | | | |
`-----' `------' `-----' `-----' `--' '--' `--' `--' `--'
```## Responsibility
- Manages users.
- Generates token for user login.
- Generates token for refresh token.| Versions | Descriptors |
|----------|-------------|
| [v0.0.1-beta](https://github.com/klovercloud-ci-cd/security/releases/tag/v0.0.1-beta) | [k8s](k8s/v0.0.1-beta) |## Want to contribute
- See [CONTRIBUTING.md](https://github.com/klovercloud-ci-cd/core-engine/blob/master/markdownfiles/CONTRIBUTING.md)
- See [DEVELOPMENT.md](https://github.com/klovercloud-ci-cd/core-engine/blob/master/markdownfiles/DEVELOPMENT.md) to get start
- See [architecture](https://github.com/klovercloud-ci-cd/architecture/blob/master/README.md)
- Look at our
[our issues](https://github.com/klovercloud-ci-cd/security/issues)