umhelper/oauth-clerk

Sign in with Clerk

1.0.1 2023-11-28 12:44 UTC

This package is auto-updated.

Last update: 2024-04-30 08:29:58 UTC


README

A Flarum extension. Sign in with Clerk

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

You can use Postman to set up an OAuth application by sending the requests following the documentation.

It is imperitive that you grant the following scopes to your new application at Clerk:

  • email
  • profile

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