Clean up token authorization middleware - remove token variable reference
The middleware logic is correct and matches requirements: - Global tokens (aisbf.json): ONLY access global endpoints - User tokens (database): ONLY access their own /api/u/<username> endpoints - Database admin users: same as normal users (no special API access)
Showing
Please
register
or
sign in
to comment