FusionAuth / nodebb-plugin-fusionauth-oidc

NodeBB Plugin that allows users to login/register via any configured OAuth provider.
https://fusionauth.io
BSD 2-Clause "Simplified" License
8 stars 9 forks source link

Save button in config not working? #19

Open SebastianSander opened 1 year ago

SebastianSander commented 1 year ago

Is this plugin still mantained? When installing and trying to set the configs in the admin panel, the safe button does not seem to do anything

julianlam commented 10 months ago

I believe the plugin is incompatible with v2, but I will work on a PR to address this.

@mooreds and the team are busy (rightfully so!!) doing more important things, so I don't blame them at all! We'll try to bridge the gap.

julianlam commented 10 months ago

Ah, #17 seems to have done this for me already :smile:

mooreds commented 10 months ago

Thanks @julianlam, really appreciate it.

julianlam commented 10 months ago

Since this plugin follows the OIDC protocol (as does FusionAuth), it is possible that should you only need the basics such as authenticating a user, you could use nodebb-plugin-sso-oauth2-multiple in the meantime.