lemmy/crates
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
..
api SSO Support (#4881) 2024-09-18 14:52:33 +02:00
api_common SSO Support (#4881) 2024-09-18 14:52:33 +02:00
api_crud SSO Support (#4881) 2024-09-18 14:52:33 +02:00
apub Remove enable nsfw (#5017) 2024-09-16 11:18:16 -04:00
db_perf Remove PersonInsertForm builder (#4779) 2024-06-06 08:29:18 -04:00
db_schema SSO Support (#4881) 2024-09-18 14:52:33 +02:00
db_views SSO Support (#4881) 2024-09-18 14:52:33 +02:00
db_views_actor Remove pointless block_views. (#4841) 2024-09-10 14:32:12 -04:00
db_views_moderator Fixing extra modlog entries when post_id or comment_id is given. (#4664) 2024-04-25 10:26:17 +02:00
federate Upgrade http crate (#5006) 2024-09-12 05:49:09 -04:00
routes SSO Support (#4881) 2024-09-18 14:52:33 +02:00
utils SSO Support (#4881) 2024-09-18 14:52:33 +02:00