Add token retrieval method to the API [Maybe]
#54
Closed
opened 3 years ago by are0h
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. 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.