worldcoin / developer-portal

The Worldcoin Developer Portal provides tools to interact with the Worldcoin SDK. Easiest way to get started with World ID.
https://developer.worldcoin.org
MIT License
59 stars 31 forks source link

feat: oidc 3.1.3.2 redirect_uri validation for token #698

Closed 0xPenryn closed 3 months ago

0xPenryn commented 3 months ago

Updates /api/v1/oidc/token endpoint logic to comply with OIDC specification section 3.1.3.2: Token Request Validation, specifically in regards to handling the redirect_uri parameter.

Tests included. Additionally, makes testing DB resets more robust.

Will require associated updates to documentation when deployed.