ramosbugs / openidconnect-rs

OpenID Connect Library for Rust
MIT License
372 stars 98 forks source link

Use `Into<String>` in new type constructors #169

Open gibbz00 opened 2 months ago

gibbz00 commented 2 months ago

Fixes: #168

Relies on: https://github.com/ramosbugs/oauth2-rs/pull/275

https://github.com/ramosbugs/openidconnect-rs/commit/f95b00fe3a5c1e8e9f6d8f723e93dadb052eaf0b needs to be removed once the oauth2 PR released. Marking PR as draft until it's done.

✌️