I am creating a RESTful API on top of Scala. As a newbie to the framework, I'm not quite sure if there is a solution out there that will help me authenticate users against the API using some token-based system (rather than OAuth). There should be nothing fancy, I just can not find anything useful on Google. Since the framework is well suited for creating a REST API, is there perhaps something already there to help authorized users use a token-based system?
source share