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
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