update readme with v3 badges and link to update guide
This commit is contained in:
parent
ee5eb6ad01
commit
b4e863b02c
1 changed files with 7 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
[](https://github.com/semantic-release/semantic-release)
|
[](https://github.com/semantic-release/semantic-release)
|
||||||
[](https://github.com/zitadel/oidc/actions)
|
[](https://github.com/zitadel/oidc/actions)
|
||||||
[](https://pkg.go.dev/github.com/zitadel/oidc)
|
[](https://pkg.go.dev/github.com/zitadel/oidc/v3)
|
||||||
[](https://github.com/zitadel/oidc/blob/master/LICENSE)
|
[](https://github.com/zitadel/oidc/blob/master/LICENSE)
|
||||||
[](https://github.com/zitadel/oidc/releases)
|
[](https://github.com/zitadel/oidc/releases)
|
||||||
[](https://goreportcard.com/report/github.com/zitadel/oidc)
|
[](https://goreportcard.com/report/github.com/zitadel/oidc/v3)
|
||||||
[](https://codecov.io/gh/zitadel/oidc)
|
[](https://codecov.io/gh/zitadel/oidc)
|
||||||
|
|
||||||
[](https://openid.net/certification/)
|
[](https://openid.net/certification/)
|
||||||
|
@ -37,6 +37,11 @@ The most important packages of the library:
|
||||||
/server examples of an OpenID Provider implementations (including dynamic) with some very basic login UI
|
/server examples of an OpenID Provider implementations (including dynamic) with some very basic login UI
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
|
### Semver
|
||||||
|
|
||||||
|
This package uses [semver](https://semver.org/) for [releases](https://github.com/zitadel/oidc/releases). Major releases ship breaking changes. Starting with the `v2` to `v3` increment we provide an [upgrade guide](UPGRADING.md) to ease migration to a newer version.
|
||||||
|
|
||||||
## How To Use It
|
## How To Use It
|
||||||
|
|
||||||
Check the `/example` folder where example code for different scenarios is located.
|
Check the `/example` folder where example code for different scenarios is located.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue