I have a dancer web application that is part web-site and part web-service; certain routes on my application should have auth on them.
All the auth solutions I've found for a Dancer web app require the redirection to a login page; while this is okay for interactive use, this isn't optimal for a restful web service.
Is there an auth solution that would allow for something like api keys?