feat(auth): add support for API tokens #98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We now use HttpOnly cookies, which preclude the use of third party applications. Support for API tokens that can be supplied with Bearer Auth, would help expand the potential of the api beyond the front end service itself.
This would be a great implementation for implementation building, as it would open the door for integrations into R/python packages and command line tools.