0

I was trying to find the token on a login page. I've already searched on page source but it'isnt here. I'd like to know the practices for passing an access token and then the way to find it

Riccardo
  • 21
  • 1
  • 9

1 Answers1

0

The best way for token authentication is to pass it along with the request headers. Normally u can find the tokens in the cookies with the respective key name