Login user without prompting for username and password

I have a nextjs application using auth0. I have a type of user which I need them to be able to automatically login with hardcoded username and password. would be great if someone can help.

Hi @mahesh.auti.ext,

Welcome to the Auth0 Community!

There are a couple of options to login the user without prompting for credentials again.

  1. Configure Silent Authentication
  2. Configure Refresh Token Rotation

Thanks,
Rueben