Sign in With Clerk
A Flarum extension. Sign in with Clerk.com SSO
Installation
Install with composer:
composer require umhelper/oauth-clerk:"*"
Updating
composer update umhelper/oauth-clerk
php flarum cache:clear
Configuration
Once enabled, this extension will add a Clerk
option to the settings page of fof/oauth
. Toggle Clerk
on, and hit the configure icon.
Follow the Clerk documentation
It is imperitive that you grant the following scopes to your new application at Clerk:
Set the callback URL as given in the extension settings.
Enter the Client ID
and Client Secret
as displayed in the Basic Information
page at Clerk into the Flarum configuration.
Enjoy logging in with your Clerk credentials!
Links