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
- Go to https://gitlab.com/oauth/applications.
- Log in if prompted.
- Set the name of the application to whatever you want it to be (it doesn't really matter).
- Enter your
Redirect Uri
which should be something like this:https://myforum.com/auth/gitlab
(SSL is required). - The only scope necessary is
read_user
so just tick that box. - Copy your
Application Id
andSecret
over to the extension's settings via your Flarum forum Admin CP & click "Save Settings". - (Optional) You can also add an optional base URL for self-hosted instances if needed.
- ??? ???
- PROFIT ONCE MORE!
- 09/18/2020
- As of Flarum Beta 14, this extension will be superseded by FriendsOfFlarum Oauth.
Special thanks to @datitisev for his AMAZING Flarum development tools!
See below for tools used in this project:
Time saved during development: A LOT.