A small library for dealing with Ruby on Rails cookies in Golang.
Find a file
2025-08-15 19:40:11 +10:00
vendor truncate history before public release 2023-07-06 00:37:34 +10:00
.gitignore truncate history before public release 2023-07-06 00:37:34 +10:00
config.go truncate history before public release 2023-07-06 00:37:34 +10:00
go.mod go: switch module address to git.vs49688.net/zane/go-railscookie 2025-08-15 19:40:11 +10:00
go.sum truncate history before public release 2023-07-06 00:37:34 +10:00
http.go http: don't return a nil request if a session doesn't exist 2023-07-09 21:23:31 +10:00
http_test.go truncate history before public release 2023-07-06 00:37:34 +10:00
LICENSE truncate history before public release 2023-07-06 00:37:34 +10:00
rails5cookie.go truncate history before public release 2023-07-06 00:37:34 +10:00
rails5cookie_test.go truncate history before public release 2023-07-06 00:37:34 +10:00
README.md truncate history before public release 2023-07-06 00:37:34 +10:00
types.go truncate history before public release 2023-07-06 00:37:34 +10:00

Go Rails Cookie

A small library for dealing with Ruby on Rails cookies in Golang.

Currently only version 5 cookies are supported.

License

Copyright 2023 Zane van Iperen

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.