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
I just stumbled upon an inefficiency, when Kratos sends an email confirm link using the following format: http://192.168.1.93:4433/self-service/verification?code=886064&flow=<id>
If you click it, Kratos imediately issues a redirec to: http://192.168.1.93:4455/verification?flow=<id> ☝️
Apart from an extra call, one has to set up a reverse proxy to handle the /self-service route. Is that really necessary 🤔 Why not having a single direct link in the confirmation letter 🤔
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
-
Hi I'm setting up Kratos self serving with https
I just stumbled upon an inefficiency, when Kratos sends an email confirm link using the following format:
http://192.168.1.93:4433/self-service/verification?code=886064&flow=<id>
If you click it, Kratos imediately issues a redirec to:
http://192.168.1.93:4455/verification?flow=<id>
☝️Apart from an extra call, one has to set up a reverse proxy to handle the
/self-service
route. Is that really necessary 🤔 Why not having a single direct link in the confirmation letter 🤔Beta Was this translation helpful? Give feedback.
All reactions