97 downloads
3 stars
v0.2.0
Updated
README
GitLab Login by FriendsOfFlarum
A Flarum extension. Allow users to log in with GitLab.
Installation
Install manually with composer:
composer require fof/auth-gitlab
Updating
composer update fof/auth-gitlab
php flarum cache:clear
Setup via GitLab
- 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 Uriwhich should be something like this:https://myforum.com/auth/gitlab(SSL is required). - The only scope necessary is
read_userso just tick that box. - Copy your
Application IdandSecretover 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!
Links
Notes
- 09/18/2020
- As of Flarum Beta 14, this extension will be superseded by FriendsOfFlarum Oauth.
Acknowledgements
Special thanks to @datitisev for his AMAZING Flarum development tools!
See below for tools used in this project:
Time saved during development: A LOT.