deadbolt-2-scala icon indicating copy to clipboard operation
deadbolt-2-scala copied to clipboard

Idiomatic Scala API for Deadbolt 2

Results 14 deadbolt-2-scala issues
Sort by recently updated
recently updated
newest added

## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/scala/scala3) from `3.3.3` to `3.4.1` 📜 [GitHub Release Notes](https://github.com/scala/scala3/releases/tag/3.4.1) - [Version Diff](https://github.com/scala/scala3/compare/3.3.3...3.4.1) - [Version Diff](https://github.com/scala/scala3/compare/release-3.3.3...release-3.4.1) ## Usage ✅ **Please merge!** I'll automatically update this...

## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/scala/scala3) from `3.3.3` to `3.4.1` 📜 [GitHub Release Notes](https://github.com/scala/scala3/releases/tag/3.4.1) - [Version Diff](https://github.com/scala/scala3/compare/3.3.3...3.4.1) - [Version Diff](https://github.com/scala/scala3/compare/release-3.3.3...release-3.4.1) ## Usage ✅ **Please merge!** I'll automatically update this...

## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.9.8` to `1.9.9` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.9) - [Version Diff](https://github.com/sbt/sbt/compare/v1.9.8...v1.9.9) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.9.8` to `1.9.9` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.9) - [Version Diff](https://github.com/sbt/sbt/compare/v1.9.8...v1.9.9) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

Was disabled in 6576028dadf60b2edb5760890c511559d9074431 Probably needs some work... https://github.com/mkurz/deadbolt-2-scala/blob/777c69ba62bf65a356da9c2d48b116b69eb5896d/build.sbt#L69

This is originaly from schaloner, he entered that as normal text in a GitHub project I just closed,

Hello, Im using play 2.6.5 and deadbolt 2.6.1 java. I am trying to add @restrict() {} but does not work. im add the import @import be.objectify.deadbolt.java.views.html.di.{restrict} but all time say...

Hi, Im running into an issue with DeadboltActions. I think it has to do with dependency injection? Im running Scala 2.11.12 and Deadbolt 2.6.0 with Play 2.7. Unexpected exception ProvisionException:...

Do you have an example for Dynamic Handler in Scala anywhere? How can we apply **andThen** combinator on Deadbolt Action?

I'm using Play 2.6 I tried as per [example](https://github.com/schaloner/deadbolt-2-guide/blob/master/manuscript/12-deadbolt-scala-controllers.md#action-composition): `def someFunctionA = deadbolt.SubjectPresent() { Action { Ok("Ok") } }` > play.sbt.PlayExceptions$CompilationException: Compilation error[type mismatch; found : play.api.mvc.Action[play.api.mvc.AnyContent] required: play.api.mvc.BodyParser[?]] Also...