Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add claims and scope support (#18)
* Add support for Request by reference Add tests for RequestUrl Add missing request parameters Add sphereon demo website test Update documentation with new RequestUrl Remove sphereon demo example Add validate_request method to Provider struct Add preoper Ser and De for SiopRequest and RequestBuilder Add skeptic for Markdown code testing Add support for Request by reference fix: fix rebase conflicts Add comments and fix some tests fix: Move `derivative` to dev-dependencies Refactor Provider and Subject improve tests and example using wiremock Improve struct field serde fix: remove claims from lib.rs style: fix arguments order Add did:key DID method Add support for Request by reference fix: Remove lifetime annotations Add preoper Ser and De for SiopRequest and RequestBuilder Add Scope and Claim fix: fix rebase conflicts * Improve struct field serde * fix: remove custom serde * Add claims and scope parameters * Add Storage and RelyingParty test improvement * Update README example * fix: Add standard_claims to test IdToken * Move Storage trait to test_utils * Remove storage.rs * docs: adjust comments for fn generate_response * fix: loosen serde version * fix: loosen serde dependency versions * fix: fix dev-dependencies * fix: fex rebase to dev * fix: fix rebase to dev * feat: add rust-tls feature flag fix: disable default features for reqwest fix: add dependency feature fix: add dependency feature * fix: remove skeptic crate * docs: add todo comment * fix: adjust TODO comment * feat: add Claim trait with associated types * fix: Remove Deref derive for Scope * fix: fix mutable id_token * style: consistent use of to_string over to_owned * fix: use derive_more::Display for ScopeValue * fix: fix rust-analyzer complaint * fix: build * fix: remove build.rs and change crate name in doc tests * feat: refactor claims.rs * style: restyle StandardClaims serde bounds
- Loading branch information