A Flarum extension. Allow users to log in with GitLab.
Install manually with composer:
composer require fof/auth-gitlab
composer update fof/auth-gitlab
php flarum cache:clear
Redirect Uri
which should be something like this: https://myforum.com/auth/gitlab
(SSL is required).read_user
so just tick that box.Application Id
and Secret
over to the extension's settings via your Flarum forum Admin CP & click "Save Settings".Special thanks to @datitisev for his AMAZING Flarum development tools!
See below for tools used in this project:
Time saved during development: A LOT.