When forcing users to refresh sessions (or upping ...
# ory-network
f
When forcing users to refresh sessions (or upping their AAL level) - is there another way than the
{{baseUrl}}/self-service/login/browser
endpoint, that let’s you skip the enter email step since they’re already logged in? For example on Github, when you want to do a “sensitive” operation, it’ll ask you for MFA verification. But you don’t have to renter your email and click submit. So you kind of skip the first few steps. See screenshot
Technically we can do the first step on the server side replicating the email submit. So it’s possible