lemmy/crates/api_crud/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>
2024-09-18 14:52:33 +02:00
..
comment pass local user to send local notifs (#4920) 2024-07-30 08:34:58 -04:00
community Remove enable nsfw (#5017) 2024-09-16 11:18:16 -04:00
custom_emoji Convert all Result<..., LemmyError> into LemmyResult<...> Fixes #4613 (#4614) 2024-04-10 10:14:11 -04:00
oauth_provider SSO Support (#4881) 2024-09-18 14:52:33 +02:00
post Remove enable nsfw (#5017) 2024-09-16 11:18:16 -04:00
private_message Use trigger to generate apub URL in insert instead of update, and fix query planner options not being set when TLS is disabled (#4797) 2024-07-02 11:23:21 -04:00
site SSO Support (#4881) 2024-09-18 14:52:33 +02:00
user SSO Support (#4881) 2024-09-18 14:52:33 +02:00
lib.rs SSO Support (#4881) 2024-09-18 14:52:33 +02:00