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
After signin success, allow the app to redirect to a custom protocol URL like x-my-app://localhost, so that native app like Electron could handle it directly.
Non-Goals
Background
In assertConfig it would throw exception if the callback URL is not HTTP(S) protocol.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
After signin success, allow the app to redirect to a custom protocol URL like
x-my-app://localhost
, so that native app like Electron could handle it directly.Non-Goals
Background
In
assertConfig
it would throw exception if the callback URL is not HTTP(S) protocol.next-auth/packages/core/src/lib/assert.ts
Lines 84 to 102 in 5d93a8b
Proposal
Remove check of
isValidHttpUrl
to allow arbitrary callback URLs. Optionally allow the app itself to provide the validator.Beta Was this translation helpful? Give feedback.
All reactions