Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 309 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 309 Bytes

Add the allowed_origins to your instance via Clerk Backend API:

curl -X PATCH https://api.clerk.dev/v1/instance \
-H "Authorization: Bearer backend_key_goes_here" \
-H "Content-type: application/json" \
-d '{"experimental_allowed_origins": ["chrome-extension://bhhbcalfncfbbneepfjhobimnfghoacb"]}'