From 52d89a10e5fd56db180b56355e676a177914d63c Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 5 Feb 2020 15:02:51 +0100 Subject: [PATCH] docs(readme): go versions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1cdd916..436427a 100644 --- a/README.md +++ b/README.md @@ -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.