developer-portal
developer-portal copied to clipboard
The Worldcoin Developer Portal provides tools to interact with the Worldcoin SDK. Easiest way to get started with World ID.
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...
This PR: - Adds forms for adding additional auth methods (Sign in with worldcoin / Email) directly from the logged in user UI. Logic: Once the user logs in with...
bypasses the check of the authorization header or client secret on the /token endpoint if the `code_verifier` param is present, which is only when using auth code flow with PKCE
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.35 to 8.4.41. Release notes Sourced from postcss's releases. 8.4.41 Fixed types (by @nex3 and @querkmachine). Cleaned up RegExps (by @bluwy). 8.4.40 Moved to getter/setter in nodes...
Bumps [node-mocks-http](https://github.com/eugef/node-mocks-http) from 1.14.1 to 1.15.1. Changelog Sourced from node-mocks-http's changelog. v 1.15.1 Allowing @types/node v22 [Issue #305]305. v 1.15.0 Add to write() and end() support of TypedArray [Issue #300]300....
Linear Issue DEV-1070 ### What has been done Complete and Enhance Verification API Tests This pull request finalizes the verification API tests within `/developer-portal/web/tests/api/verify.test.ts` by filling in previously empty test...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 18.2.0 to 18.3.1 Release notes Sourced from react's releases. 18.3.1 (April 26, 2024) Export act from...
Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 10.0.4 to 10.0.5. Commits 9600c4a 10.0.5 a4be2e3 update react peer dependency to only allow >=18 aea0bd9 Add test to fix coverage 09cf0fb Fix: Dismiss all toasts in...