Skip to content

Latest commit

 

History

211 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Maven Central License CI

Grails Cookie Plugin

Makes dealing with cookies easy. The plugin provides an injectable CookieService and Groovy extension methods on HttpServletRequest / HttpServletResponse, so getting, setting, and deleting a cookie is a single line of code. It is RFC 6265 compliant.

The user guide can be found here: 📚 Documentation

Installation

Add the following dependency to the build.gradle file:

Grails 8.x

dependencies {
    implementation("io.github.gpc:grails-cookie:4.0.0-SNAPSHOT")
}

Grails 7.x

dependencies {
    implementation("io.github.gpc:grails-cookie:3.0.0")
}

Compatibility

Plugin version Grails version Java Groovy Coordinate
4.x 8.0.x 21+ 5.x io.github.gpc:grails-cookie
3.x 7.0.x 17+ 4.x io.github.gpc:grails-cookie
2.x 3.0.x 7+ 2.x org.grails.plugins:cookie:2.0.5
1.x 2.0.x 7+ 2.x org.grails.plugins:cookie:1.4.0

Building from Source

Tool versions are pinned in .sdkmanrc. With SDKMAN installed:

sdk env install
./gradlew build

Contributing

See CONTRIBUTING.md.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages