Following https://github.com/nexB/scancode.io/issues/359 We've implemented authentication but we have no simple way to create simple users with their API key. The current workaround is to use `createsuperuser` and use `drf_create_token`. This is not documented.
Following #359
We've implemented authentication but we have no simple way to create simple users with their API key.
The current workaround is to use
createsuperuserand usedrf_create_token. This is not documented.