fix: add more oauth2 checks

This commit is contained in:
Zomatree
2025-06-29 01:12:24 +01:00
parent 11eee02cfe
commit 5a5f84f207
7 changed files with 26 additions and 8 deletions

View File

@@ -77,6 +77,7 @@ auto_derived!(
}
#[derive(Copy, Hash)]
#[cfg_attr(feature = "serde", serde(rename = "lowercase"))]
pub enum OAuth2Scope {
Identify,
Full,