play-authenticate icon indicating copy to clipboard operation
play-authenticate copied to clipboard

Scala sample

Open ZeerDonker opened this issue 11 years ago • 5 comments
trafficstars

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?

ZeerDonker avatar Aug 26 '14 12:08 ZeerDonker

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?

joscha avatar Sep 30 '14 15:09 joscha

Hello @joscha no problem on the reply, hope you had a nice vacation. Sure, I'll separate it.

ZeerDonker avatar Oct 02 '14 08:10 ZeerDonker

@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?

joscha avatar Nov 05 '14 19:11 joscha

I think it might have to do with a signature change in Deadbolt 2.3.2 maybe

joscha avatar Nov 05 '14 19:11 joscha

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 ... :)

bravegag avatar Dec 10 '16 22:12 bravegag