You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@flaat.requires(
get_claim_requirement( # the user needs to satisfy this requirement (having one of the email claims)
["[email protected]", "[email protected]"],
claim="email",
match=1,
),
)
Using AIO, and setting this claim:
plus having this claim in my userinfo:
Still gives me:
the values after
//
are the actual claim value; added as a debug output to the code ...The text was updated successfully, but these errors were encountered: