docs: certification comment (#113)

This commit is contained in:
Florian Forster 2021-08-03 17:00:24 +02:00 committed by GitHub
parent 3a21b04459
commit 3a37300e7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,11 +7,13 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/caos/oidc)](https://goreportcard.com/report/github.com/caos/oidc)
[![codecov](https://codecov.io/gh/caos/oidc/branch/master/graph/badge.svg)](https://codecov.io/gh/caos/oidc)
> This project is in beta state. It can AND will continue breaking until version 1.0.0 is released
![openid_certified](https://cloud.githubusercontent.com/assets/1454075/7611268/4d19de32-f97b-11e4-895b-31b2455a7ca6.png)
## What Is It
This project is a easy to use client and server implementation for the `OIDC` (Open ID Connect) standard written for `Go`.
This project is a easy to use client (RP) and server (OP) implementation for the `OIDC` (Open ID Connect) standard written for `Go`.
The RP is certified for the [basic](https://www.certification.openid.net/plan-detail.html?public=true&plan=uoprP0OO8Z4Qo) and [config](https://www.certification.openid.net/plan-detail.html?public=true&plan=AYSdLbzmWbu9X) profile.
Whenever possible we tried to reuse / extend existing packages like `OAuth2 for Go`.
@ -51,7 +53,6 @@ As of 2020 there are not a lot of `OIDC` library's in `Go` which can handle serv
### Goals
- [Certify this library as RP](https://openid.net/certification/#RPs)
- [Certify this library as OP](https://openid.net/certification/#OPs)
### Other Go OpenID Connect library's