Skip to content

Commit

Permalink
docs: fix readme typos (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillerv authored Oct 10, 2021
1 parent eb38b7a commit 292188b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ As of 2020 there are not a lot of `OIDC` library's in `Go` which can handle serv

- [Certify this library as OP](https://openid.net/certification/#OPs)

### Other Go OpenID Connect library's
### Other Go OpenID Connect libraries

[https://github.com/coreos/go-oidc](https://github.com/coreos/go-oidc)

The `go-oidc` does only support `RP` and is not feasible to use as `OP` that's why we could not rely on `go-oidc`

[https://github.com/ory/fosite](https://github.com/ory/fosite)

We did not choose `fosite` because it implements `OAuth 2.0` on its own and does not rely in the golang provided package. Nonetheless this is a great project.
We did not choose `fosite` because it implements `OAuth 2.0` on its own and does not rely on the golang provided package. Nonetheless this is a great project.

## License

Expand Down

0 comments on commit 292188b

Please sign in to comment.