If I wanted to implement an authentication method using a JWT token passed through a dashboard URL’s parameter, what method should I customize in order to capture that token and authenticate it? The idea would be, in the dashboard’s URL, to include something like a […]?jwt=[…]

1 Like