Hi, I'm trying to implement authentication of my user through a token that I pass in the url. The idea would be to perform the authentication just by passing this token and validating that he has permission to proceed, but know how do I can do login with this authentication. The user is already created in the database, I just want to authenticate and sign in