feat(auth): Add Clerk OAuth Provider (#5553)
This commit is contained in:
@@ -27,6 +27,7 @@ class OauthSetting extends Model
|
||||
case 'azure':
|
||||
return filled($this->client_id) && filled($this->client_secret) && filled($this->tenant);
|
||||
case 'authentik':
|
||||
case 'clerk':
|
||||
return filled($this->client_id) && filled($this->client_secret) && filled($this->base_url);
|
||||
default:
|
||||
return filled($this->client_id) && filled($this->client_secret);
|
||||
|
||||
Reference in New Issue
Block a user