This repository was archived by the owner on Feb 10, 2021. It is now read-only.
Open
Conversation
Owner
|
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? |
Author
|
Hello @joscha no problem on the reply, hope you had a nice vacation. |
Closed
Owner
|
@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? |
Owner
|
I think it might have to do with a signature change in Deadbolt 2.3.2 maybe |
Contributor
|
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 ... :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
This is a small example of using play authenticate in Scala.
#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?