You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/utils/src
privacyguard b26aaac523
SSO Support (#4881)
* Added OAUTH2 OIDC support

* Fixes and improvements based on review feedback

* use derive_new::new instead of TypedBuilder

* merge migrations into a single file

* fixes based on review feedback

* remove unnecessary hostname_ui config

* improvement based on review feedback

* improvements based on review feedback

* delete user oauth accounts at account deletion

* fixes and improvements based on review feedback

* removed auto_approve_application

* support registration application with sso

* improvements based on review feedback

* making the TokenResponse an internal struct as it should be

* remove duplicate struct

* prevent oauth linking to unverified accounts

* switched to manually entered username and removed the oauth name claim

* fix cargo fmt

* fix compile error

* improvements based on review feedback

* fixes and improvements based on review feedback

---------

Co-authored-by: privacyguard <privacyguard@users.noreply.github.com>
1 month ago
..
rate_limit Replace 3rd party once_cell crate with recently stabilized standard library API (#4919) 3 months ago
settings Replace 3rd party once_cell crate with recently stabilized standard library API (#4919) 3 months ago
utils Adding clearurls crate to clean tracking params from links and markdown. (#5018) 1 month ago
cache_header.rs
email.rs Convert all Result<..., LemmyError> into LemmyResult<...> Fixes #4613 (#4614) 6 months ago
error.rs SSO Support (#4881) 1 month ago
lib.rs refactor!: use rustls instead of native-tls (#4901) 3 months ago
main.rs
request.rs
response.rs Upgrade http crate (#5006) 1 month ago