forked from gongxuegit/tiku-backend.net
feat: add wechat authentication
This commit is contained in:
@@ -16,3 +16,6 @@ public sealed class SessionRevokedException()
|
||||
|
||||
public sealed class SmsRateLimitedException()
|
||||
: AuthException("sms_rate_limited", "SMS verification requests are rate limited.");
|
||||
|
||||
public sealed class AuthProviderNotConfiguredException(string provider)
|
||||
: AuthException("auth_provider_not_configured", $"The {provider} auth provider is not configured.");
|
||||
|
||||
Reference in New Issue
Block a user