Skip to content

iuv login

Terminal window
iuv login

iuv login opens your browser, completes Clerk OAuth with PKCE, and stores the resulting OAuth session locally.

Use --no-open to print the OAuth URL without opening a browser automatically:

Terminal window
iuv login --no-open

OAuth app settings are configured with IUV_CLI_OAUTH_CLIENT_ID, IUV_CLI_OAUTH_AUTHORIZE_URL, IUV_CLI_OAUTH_TOKEN_URL, and IUV_CLI_OAUTH_REDIRECT_URI.