You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
-
Features:
1
+
### Features:
2
2
* Add openssl for parsing certificate and getting Public Key from it;
3
-
* Delete cubix and salvio;
3
+
* Delete `cubix` and `salvo` dependencies;
4
4
* Delete getters;
5
5
* Support decoding multiple jsonwebtoken algos;
6
+
* Add JWT validation;
7
+
* Write Casdoor OAuth2 client for getting access_token;
6
8
7
9
This lib is not production ready, cause it use [OAuth2 Release candidate](https://github.com/ramosbugs/oauth2-rs/tree/5.0.0-rc.1) with big API update.
8
10
Read more [here](https://github.com/ramosbugs/oauth2-rs/blob/main/UPGRADE.md).
@@ -16,6 +18,7 @@ A [Casdoor](https://github.com/casdoor/casdoor) SDK (contain APIs) with more com
16
18
[](https://github.com/DMoscicki/casdoor-sdk-rust/commits/main)
0 commit comments