parcelvoy / platform

Parcelvoy: Open source multi-channel marketing automation platform. Send data-driven emails, sms, push notifications and more!
https://parcelvoy.com
Other
188 stars 32 forks source link

Fixes org & role onboarding setup for basic auth #427

Closed pushchris closed 3 months ago

pushchris commented 3 months ago

Basic auth had some extra superfluous logic that was preventing the organization creation and role permissioning from running properly. This fixes the issue that if you are setting up Parcelvoy for the first time using basic auth you wont have access to manage the organization or projects. This issue does not affect any other authentication method.

Fixes #415 and #399