A Script that retrieves google chrome cookies and calls aria2c for multithreading download
Get niconico douga video information using browser's cookie
### Features ### * User customizable security questions and answers * Configurable max login attempts & cookie expiration time * Per user level of control (Allow certain ips to bypass two-factor)
extracts cookies from browser databases.
Store selected request parameters to cookies for use in future requests. Useful for affiliate, referral or promotion links.
Slightly smarter session cookies for Rack 2 apps
It helps admin to announce anything including pasrsed html in a form a notice.It consists two types of announcements: Session Based: Only for logged in users.(Application Layout), Cookie Based: For all users visting the website.(Public Layout)
Adding device_ticketable to your devise implementaton will integrate it with mod_auth_tkt for the Apache HTTP server by setting/destroying the necessary auth_tkt cookie
Use a cookie to record the sources that each visitor came to your site
This is particularly useful in case of varnish caches, preventing them from logging you in as a random person.
A rack middleware that searches for UTM tags in the request params, and stores them in cookies for later use.
A kind of Rack-Rscript web server which facilitates static files, cookie based authentication, and private pages.
Provides an AES-256-CBC encrypted session cookie signed with an HMAC digest in a double ended manor. Cookie options include max-age, path, domain, http-only, and secure. Honors Rack's methods like session and request.session_options
A cow that reads fortune cookies while you wait for vagrant.
Rack middleware for signed encrypted session cookie. It's fully compatible with Rack::Session::Cookie, not only safe but also easy to use
Rack::FlashSession converts a session query parameter to a cookie if the request's user agent is flash. http://github.com/bartt/rack-flash-session
The gem gets timezone information from user browser, saves it in a cookie and then applies the TZ in controller. That way you always have application TZ set up for the region user is actually in.
Adds a GDPR cookie consent and provides a simple checklist
QuoraNotify provides basic access to one of the few API's Quora.com has opened to the public. It uses local quora cookies to access this API as a logged-in user. See https://www.quora.com/Edmond-Lau/Edmond-Laus-Posts/Quora-Extension-API for more information about this Alpha API.
Rack middleware that provides tamper-proof cookies
Ever wanted to peek inside your signed, encrypted Rails cookies? With this gem, it's easy.
Used to encode and decode cookies used in a single sign on implementation within the same domain
Add a TLD cookie jar for Rails 3 that can be chained with permanent and signed cookies
Fixes cookie behavior to make newly created (fresh) cookies immediately available
Zero-Configuration XSRF protection with Rails and AngularJS
You probably meant `gem install http-cookie`.
Milk is a rack based content management system built for ease of use and simplicity. Milk tastes great with and without cookies.
Cookie Filter uses a developer defined safelist of allowed cookies and their values to filter cookies that do not live up to the standard.
Introduces modern crypto, higher performance, smaller cookies to your sessions.
Fluentd plugin to parse cookie
Ember-auth cookie session adapter for Rails
Command line tool for reading and writing encoded or encrypted Rails cookies
Allows for parsing and returning cookies in Ruby HTTP client code
A simple gem to display cookies consent ! If you don't disable cookies, we assume you are ok with app's cookies policy.
A small collection of Chef hacks and workarounds.
Hashed cookie-based session store for Rack
jquery-total-storage allows storing state at the clent using local storage or cookies
Provides basically just a wrapper class around key-based cookie accessors
Ensure cookies are enabled in a Rails app.
Block all cookies, until user explicitly accepts them, comply with EU cookie law
The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history.
rack-deadline is a simple rack middleware that automatically clears sessions that have been open too long (by default, 1 day). This is designed for use with cookie stores to mitigate the risk of session fixation, since it is impossible to invalidate older sessions with a pure cookie-based approach. It is impossible to enforce a deadline with the standard rack cookie session API. The expire_after setting is not part of the session itself (it's part of the cookie, and not cryptographically signed), and an attacker who has access to a previous cookie can just omit it when making a request. This stores a deadline inside the crytographically signed session, and once the deadline is passed, the session will no longer be valid.
Adding ability to detect timezone at UI side and get it within Rack/Rails via cookies with/o custom handler.
This plugin helps you to serialize your records into very short strings for storing in cookies.
A simple, fortune cookie library for Ruby
This is a very simple class that validates a Facebook Javascript SDK cookie
Secure your cookies with an API for opting out
Show your cookies
Bandit-clone, more options around cookies (simple/session/sticky)
Rails extension to help with cookies in a system with sub-domains