Reputation: 20190
We would like to do form authentication for users for basic and I think we could work through the zentasks sample for that. How do we do basic authentication so programs can programmatically pre-empt the challenge and not deal with form authentication at all?
Upvotes: 2
Views: 5689
Reputation: 4593
I created a example implementation of Basic Authentication using Play Framework Filters with Scala. Here is the Gist and here is a blog post.
Upvotes: 0