Skip to content

Commit f48d1f0

Browse files
committed
chore: upd docs and add badge
1 parent 879c5eb commit f48d1f0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "1.0.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "A Casdoor SDK (contain APIs) with more complete interfaces and better usability."
7-
repository = "https://github.com/andeya/casdoor-sdk-rust"
7+
repository = "https://github.com/DMoscicki/casdoor-sdk-rust"
88
documentation = "https://docs.rs/casdoor-sdk-rust"
99
readme = "README.md"
1010
homepage = "https://casdoor.org"

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
Features:
1+
### Features:
22
* Add openssl for parsing certificate and getting Public Key from it;
3-
* Delete cubix and salvio;
3+
* Delete `cubix` and `salvo` dependencies;
44
* Delete getters;
55
* Support decoding multiple jsonwebtoken algos;
6+
* Add JWT validation;
7+
* Write Casdoor OAuth2 client for getting access_token;
68

79
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.
810
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
1618
[![GitHub last commit](https://img.shields.io/github/last-commit/DMoscicki/casdoor-sdk-rust)](https://github.com/DMoscicki/casdoor-sdk-rust/commits/main)
1719
[![Crates.io](https://img.shields.io/crates/v/casdoor-sdk-rust.svg)](https://crates.io/crates/casdoor-sdk-rust)
1820
[![Docs](https://docs.rs/casdoor-sdk-rust/badge.svg)](https://docs.rs/casdoor-sdk-rust)
21+
[![CI](https://github.com/DMoscicki/casdoor-sdk-rust/actions/workflows/security_audit.yml/badge.svg)](https://github.com/DMoscicki/casdoor-sdk-rust/actions/workflows/security_audit.yml)
1922

2023
## Install
2124

0 commit comments

Comments
 (0)