useblocks / docusar-pub

Issue tracker for Docusar Frontend
0 stars 0 forks source link

Remove static auth config from JS #10

Closed ubmarco closed 2 years ago

ubmarco commented 2 years ago

The multi tenant authentication backend config is currently stored in JS. This is inconvenient as the frontend depends on the available tenants and needs to be updated on every auth specific backend update. A public endpoint is needed to retrieve the config. This is considered secure as no credentials are stored, just the auth endpoints.