You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Discord service verification and token generation (#2419)
* feat: add Discord service verification and token generation
* refactor: update test descriptions for discord service authorization
* fix: handle missing x-service-name header in Discord bot verification
* fix: correct discord service public key configuration
* fix: update discord service private key configuration in token generation
* fix: use HEADERS constant for service name in Discord bot authorization
* refactor: update description for discord service authorization tests
* fix: update test description for unauthorized token handling in discord service
* fix: update service name in authorization test for cloudflare worker
* fix: remove unused import in authorizeBot test file
* fix: update verifyDiscordBot tests to remove unused response object
* fix: update discord service authorization test to check for unauthorized response
* fix: refactor response handling in discord service authorization tests
* chore: fix assert statement
* chore: fix import statement
* chore: remove duplicate test name
* refactor: add logic to handle discord service verification
* refactor: remove nested if conditions
* fix: handle verification based on header
---------
Co-authored-by: Pankaj <[email protected]>
0 commit comments