merge pr #16: "Fix two typos in README.MD"

This commit is contained in:
Paul Zinselmeyer 2024-08-30 10:19:28 +02:00
commit 32ecc2041b
Signed by: pfzetto
GPG key ID: B471A1AF06C895FD

View file

@ -1,5 +1,5 @@
This Library allows using [OpenID Connect](https://openid.net/developers/how-connect-works/) with [axum](https://github.com/tokio-rs/axum). This Library allows using [OpenID Connect](https://openid.net/developers/how-connect-works/) with [axum](https://github.com/tokio-rs/axum).
It authenticates the user with the OpenID Conenct Issuer and provides Extractors. It authenticates the user with the OpenID Connect Issuer and provides Extractors.
# Usage # Usage
The `OidcAuthLayer` must be loaded on any handler that might use the extractors. The `OidcAuthLayer` must be loaded on any handler that might use the extractors.
@ -22,7 +22,7 @@ Take a look at the `examples` folder for examples.
# Older Versions # Older Versions
All versions on [crates.io](https://crates.io) are available as git tags. All versions on [crates.io](https://crates.io) are available as git tags.
Additonal all minor versions have their own branch (format `vX.Y` where `X` is the major and `Y` is the minor version) where bug fixes are implemented. Additional all minor versions have their own branch (format `vX.Y` where `X` is the major and `Y` is the minor version) where bug fixes are implemented.
Examples for each version can be found there in the previously mentioned `examples` folder. Examples for each version can be found there in the previously mentioned `examples` folder.
# Contributing # Contributing