Git Product home page Git Product logo

play-filter-only's Introduction

play-filter-only

Play's filter is basically applied to all requests. Sometimes I want to apply a filter to only specific paths. PlayFilterOnly wraps a filter, and selectively apply an underlying filter by given predicate.

To use play-filter-only, add a following line to build.sbt (for Play 2.8.x).

libraryDependencies += "com.github.tkawachi" %% "play-filter-only" % "0.4.0"

See the following table if you're using an older version of Play.

Play version Play-filter-only version
2.8.x 0.4.0
2.7.x 0.3.0
2.6.x 0.2.0
2.5.x 0.1.0
2.4.x 0.0.2

For example, to create a CSRFFilter which is only applied to paths starting with /foo.

import com.github.tkawachi.PlayFilterOnly._
CSRFFilter().only(_.path.startsWith("/foo"))

only() takes a function to choose which request to apply a filter.

See http://qiita.com/kawachi/items/1e74647ffe1993b70a62 (Japanese).

This software is released under the MIT License.

play-filter-only's People

Contributors

tkawachi avatar scala-ojisan[bot] avatar tototoshi avatar

Stargazers

saturday06 avatar Shohei Shimomura avatar Manabu Nakamura avatar  avatar

Watchers

 avatar  avatar James Cloos avatar  avatar

Forkers

tototoshi

play-filter-only's Issues

Please publish build against play 2.5

Filter of play 2.4 is implemented with play-iteratee but filter of play 2.5 is with akka-streams.
Can you rebuild and publish it to maven central for play 2.5?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.