docs(readme): go versions

This commit is contained in:
Florian Forster 2020-02-05 15:02:51 +01:00
parent 2d9a9ad192
commit 52d89a10e5
No known key found for this signature in database
GPG key ID: 9FAF4BB752218AB3

View file

@ -33,6 +33,16 @@ For your convinience you can find the relevant standards linked below.
[OAuth 2.0 Token Exchange](https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-19)
[OAuth 2.0 Mutual-TLS Client Authentication and Certificate-Bound Access Tokens](https://tools.ietf.org/html/draft-ietf-oauth-mtls-17)
## Supported Go Versions
| Version | Supported |
|---------|--------------------|
| <1.11 | :x: |
| 1.11 | :white_check_mark: |
| 1.12 | :white_check_mark: |
| 1.13 | :white_check_mark: |
| 1.14 | not yet tested |
## Why another library
As of 2020 there are not a lot of `OIDC` librarys in `Go` which can handle server and client implementations. CAOS is strongly commited to the general field of IAM (Identity and Access Management) and as such, we need solid frameworks to implement services.