ianm / oauth-reddit
Reddit oauth provider for Flarum
Installs: 575
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:flarum-extension
Requires
- flarum/core: ^1.2.0
- fof/oauth: ^1.3
This package is auto-updated.
Last update: 2024-10-29 06:41:50 UTC
README
A Flarum extension. Reddit oauth provider for Flarum
Features
Adds a Reddit
provider to FoF OAuth to enable Login with Reddit
functionality.
Note that Reddit does not provide the user's email address via it's API. New users signing up to your Flarum forum will be asked to enter their email address as part of the first login
You must register your forum as an application and obtain a client ID and secret before users can login using their Reddit crdntials. See Reddit Docs for more information.
Installation
Install with composer:
composer require ianm/oauth-reddit
Updating
composer update ianm/oauth-reddit php flarum cache:clear