Does anybody know where can I find a file or a plugin for Postman or Insomnia to do a login request via NextAuth?
I need to login into a webpage, which is protected by the NextAuth. The login works with username and password, without 2FA but with CSRF token.
The most stuff that I found was source code, but I'm not a coder.
I look at many documentations and search for files and plugins but I could not find anything useful.