How can I disable basic authentication on Speckle Server admin?

Hey @bgarcial! Welcome to these parts - if you have the time, don’t forget to introduce yourself :slight_smile:

To turn off local auth in your V1 server, it’s quite simple: just set the USE_LOCAL env var to false in your .env file.

And… you’re done (don’t forget to restart the server afterwards though)!

2 Likes