You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will Trimble edited this page Sep 9, 2019
·
4 revisions
OAuth
TODO: add documentation
Basic access authentication
While not recommended for production, basic auth can be useful for testing and development. Users are stored with their username and password in the mongo database.
Enable with basic auth using:
shock-server --basic=true --users=admin
Users listed under --users are only users with admin rights !