I am using the WebServer authentication method. When I hit the /authenticate route everything works fine. However, after some idle time on the server the session/token is expired (I assume). Subsequent API requests are therefore failing with the "No token available" error message.
Is there a way for me to programatically authenticate? Forrest::authenticate() doesn't work unfortunately.
Much appreciated!
I am using the WebServer authentication method. When I hit the
/authenticateroute everything works fine. However, after some idle time on the server the session/token is expired (I assume). Subsequent API requests are therefore failing with the "No token available" error message.Is there a way for me to programatically authenticate?
Forrest::authenticate()doesn't work unfortunately.Much appreciated!