Add token retrieval method to the API [Maybe] #54
Loading…
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?
Currently, the system checks the backend to see if there is a session token to authorize admin tasks. The only way to set this token is to login.
I'm thinking about adding a method to the admin API to retrieve the token but I'm not sure I want it publically accessible, so I'm gonna think about it.
I think I'm gonna hold off on this one because it doesn't feel like a great idea. I'll revisit in a week or two after the rest of the bug fixes are finished.