Skip to content

ctucker1984/oauthlogin-phpbb

 
 

Repository files navigation

Extend OAuth login for phpBB

Example of login

The intention of this extension is to extend the list of Phpbb OAuth providers. At the moment it adds Github, Discord, Microsoft, Reddit and Wordpress as oauth providers.

This is a public version of my private plugin dsr/oauth_register that I developed for use in Indetectables.net.

If you are interested in acquiring the private version with registration flow, you can do it from here.

Requirements

  • phpBB >= 3.3.0
  • PHP extension CURL
  • HTTPS enabled and capable site.

Installation

  1. Copy the extension to the /ext/dsr/oauthlogin.
  2. Access the ACP (Admin Control Panel) of your phpBB installation.
  3. Navigate to Customise -> Extensions.
  4. Enable the Extended OAuth Login extension.

OAuth providers

You can find a detailed explanation on how to configure the providers in this file.

License

GPLv2

About

Extend OAuth login for phpBB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%