Joscha Feth

Results 237 comments of Joscha Feth

Unfortunately my knowledge in Spring is not proficient enough at this point in time to give an answer to those questions, but I am leaving the issue open, maybe some...

Technically you might be able to set the client ID directly into the configuration like we do it in the tests: https://github.com/joscha/play-authenticate/blob/master/samples/java/play-authenticate-usage/test/test/OAuth2Test.java and https://github.com/joscha/play-authenticate/blob/master/samples/java/play-authenticate-usage/test/test/GoogleOAuth2Base.java I haven't tried that in production...

@030 sure, have a look at the sample app, deadbolt is in there - the Getting started guide is quite outdated, any updates are highly appreciated. Thanks for your support...

Initially I thought it would be good to have production-like defaults defined, but seeing as most people only use it as a skeleton anyway, I think we could add that...

@leccyril - please open a PR

Hey @raunak - would love to do that, however I think we'd need to split up the repository into multiple apps. Also, test coverage in general is not very high,...

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

@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

@gkielwasser did you have a look at: https://github.com/joscha/play-authenticate/pull/81 ?