We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a27f53 commit 32d2b20Copy full SHA for 32d2b20
README.md
@@ -1,4 +1,4 @@
1
-# OAuth2 component for Yew
+# OAuth2 (and OIDC) component for Yew
2
3
[](https://crates.io/crates/yew-oauth2)
4
[](https://docs.rs/yew-oauth2)
@@ -7,7 +7,7 @@
7
Add to your `Cargo.toml`:
8
9
```toml
10
-yew-oauth2 = "0.10"
+yew-oauth2 = "0.11"
11
```
12
13
By default, the `yew-nested-router` integration for [`yew-nested-router`](https://github.com/ctron/yew-nested-router) is
0 commit comments