reflar / oauth-gitlab
This package is abandoned and no longer maintained.
The author suggests using the fof/auth-gitlab package instead.
Allow users to log in with GitLab.
0.1.0-beta.1
2017-07-22 19:05 UTC
Requires
- flarum/core: ^0.1.0-beta.6
- omines/oauth2-gitlab: 1.1.0
This package is auto-updated.
Last update: 2022-02-01 13:08:46 UTC
README
Allows users to login using their GitLab Account.
Installation
To install, use composer:
composer require reflar/oauth-gitlab
Setup
- Go to https://gitlab.com/oauth/applications
- Login if prompted
- Set the name of the application to whatever you want
- Your Redirect Url is http://flarum.domain.com/auth/gitlab
- Check all the boxes & click "Save application"
- Copy your Application Id and Secret over to the extension's settings & click "Save Settings"
- Profit