docs: certification comment (#113)
This commit is contained in:
parent
3a21b04459
commit
3a37300e7a
1 changed files with 4 additions and 3 deletions
|
@ -7,11 +7,13 @@
|
||||||
[](https://goreportcard.com/report/github.com/caos/oidc)
|
[](https://goreportcard.com/report/github.com/caos/oidc)
|
||||||
[](https://codecov.io/gh/caos/oidc)
|
[](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
|

|
||||||
|
|
||||||
## What Is It
|
## 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`.
|
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
|
### Goals
|
||||||
|
|
||||||
- [Certify this library as RP](https://openid.net/certification/#RPs)
|
|
||||||
- [Certify this library as OP](https://openid.net/certification/#OPs)
|
- [Certify this library as OP](https://openid.net/certification/#OPs)
|
||||||
|
|
||||||
### Other Go OpenID Connect library's
|
### Other Go OpenID Connect library's
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue