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

fix(library.js): change nulls in settings to empty strings #14

Closed ThorodanBrom closed 2 years ago

ThorodanBrom commented 2 years ago
ankeshanand1 commented 2 years ago

The current nodebb-plugin-fusionauth-oidc does not work with NodeBB v2.2.1 . Builds are successful but NodeBB crashes when a web request is made.

This commit fixes the problem! Verified it on NodeBB v2.2.1

mooreds commented 2 years ago

Thanks for the fix!