Forgot username/password using credentials provider
Unanswered
Capelin posted this in #help-forum
CapelinOP
Hi, I'm building a custom login-page using the credentials-provider and cognito via @aws-sdk/client-cognito-identity-provider.
I'm currently using pages:{
signIn: "/auth/signin"
}
However, I'd like to make a custom signup page, a forgot username and a forgot password page. What's the recommendations for doing this?
I'm currently using pages:{
signIn: "/auth/signin"
}
However, I'd like to make a custom signup page, a forgot username and a forgot password page. What's the recommendations for doing this?
1 Reply
CapelinOP
Put it in another way, how do i create a page like "/auth/register" and link it to the signin page?