reflar / oauth-gitlab
Allow users to log in with GitLab.
Installs: 111
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Type:flarum-extension
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