mirror of
https://github.com/dedicatedcode/reitti.git
synced 2026-01-09 01:17:57 -05:00
Use a more standard authorisation for api calls #94
Reference in New Issue
Block a user
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?
Originally created by @dgraf-gh on 5/30/2025
A modification is needed to transition authorization methods. Currently, the system uses X-API-TOKEN for authentication. The desired change is to implement the standard authorization approach. This transition will improve compatibility and streamline the authentication process. This update will ensure a more secure and efficient system.