play-authenticate
play-authenticate copied to clipboard
Scala sample
Hello,
This is a small example of using play authenticate in Scala.
https://github.com/joscha/play-authenticate/issues/50
I used the deadbolt scala example as a guideline. Together with your own MyDeadBoltHandler example. https://github.com/schaloner/deadbolt-2-scala-examples/blob/2.1-RC3/app/security/MyDeadboltHandler.scala
Are there things missing from this simple example you would require for the pull request?
Hello @ZeerDonker - sorry for the late reply, was backpacking in Asia - do you see a way to get this sample as a separate sample for Scala in the samples folder?
Hello @joscha no problem on the reply, hope you had a nice vacation. Sure, I'll separate it.
@ZeerDonker I tried merging this to the current sample app, but keep on getting an error on the Scala side of the DeadboldHandler - could you have a look please?
I think it might have to do with a signature change in Deadbolt 2.3.2 maybe
I just noticed this PR. Wow good job. Where can I clone it from? I have done quite a bit of progress in this usage sample migration to Scala https://github.com/bravegag/play-authenticate-usage-scala just in case anyone wants to help ... :)