Current time: 29-03-2024, 06:56 AM
Hello There, Guest!
Login 
  • Search
  • Isango


    MyBB Group Developer
    #1
    Plugin 
    Isango
    A very simple social login / register plugin using oAuth2
    Compatibility
    • MyBB 1.8.x
    • PHP 7.1+
    Implemented Features
    • Users can login / register through several social gateways in a click
    • Currently supported: Discord, Facebook, Github, Google, LinkedIn, Microsoft, Yandex. New services will be added to the plugin over time; however (advanced) users can easily implement other services by creating configuration .ini of the expected service in required pattern (no programming needed). Once a configuration file is created and placed inside inc/plugins/isango folder only re-enabling the plugin will activate the new service with the plugin.
    • Administrators can choose the usergroup from ACP Plugin Settings under which the new users will be registered and placed, defaults to Registered (gid 2).
    • Users can add the authentication connections from user control panel which will help them logging in using the already registered services.
    • This plugin, by design, doesn't store access token obtained from providers so that in case of a database compromise your social accounts still remain secure.
    Planned features so far
    • Optional ability to allow new users to input desired username while registering with Isango. Currently the plugin attempts to decide a suitable username based on available data received from the used service.
    • Ability to send automated welcome private message to the newly registered user intimating the random password used to register the account.
    • Adding more services to the plugin
    Installation
    • Exactly same like any other plugins. Users need to upload the files inside upload folder of the package maintaining the already made structure using any FTP / WebDav and install / activate the plugin from ACP.
    • Users need to create App for the website at the service provider's developer site to obtain App ID / Secret which are required to input through MyBB ACP Plugin settings. For detail guidelines on creating App for individual service providers please refer Wiki.
    External Dependency
    No external OAuth library has been used in this plugin. It has been implemented complying minimum possible OAuth2 requirements.
     
    Github Repo link:
    https://github.com/mybbgroup/isango
    2 users Like effone's post
    Like Reply

    Messages In This Thread

    Isango - by effone - 05-08-2019, 01:37 PM
    RE: Isango - by Eldenroot - 05-08-2019, 08:28 PM
    RE: Isango - by effone - 07-08-2019, 06:39 AM
    RE: Isango - by effone - 01-01-2021, 08:00 PM
    RE: Isango - by effone - 28-01-2021, 08:16 AM