A Flarum extension. Reddit oauth provider for Flarum
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.
Install with composer:
composer require ianm/oauth-redditcomposer update ianm/oauth-reddit
php flarum cache:clear