Skip to content

Conversation

SRWieZ
Copy link
Member

@SRWieZ SRWieZ commented Jul 25, 2025

This pull request refactors the API key management system from user-based to a centralized configuration-based approach.

  • Removed PersonalAccessTokenResource and related classes
  • Introduced AuthenticateApiKey middleware for centralized API key authentication
  • Updated config/services.php with new bifrost configuration to include BIFROST_API_KEY

New auth system:

  • Registered auth.api_key middleware in app/Http/Kernel.php
  • Updated routes/api.php to secure /licenses route with new middleware
  • Refactored tests to use centralized API key configuration

@simonhamp simonhamp merged commit da19b64 into main Jul 25, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants