Cookie Banner is a super-easy way to ensure you're complying with the EU cookie law. Just reference the cookiebanner.min.js script from your page and you're done. Cookie Banner script is very lightweight and depends on no JavaScript libraries, css files or images.
http://cookiebanner.eu/Tags | cookie-banner eu-cookie |
Implementation | Javascript |
License | MIT |
Platform | OS-Independent |
All sites owned by EU citizens or targeted towards EU citizens must comply with a crazy EU law. This law requires a dialog to be displayed to inform the users of your websites how cookies are being used. You can read more info on the legislation on the site of the European Commission. This package provides an easily configurable view to display the message. Also included is JavaScript code to set a cookie when a user agrees with the cookie policy. The package will not display the dialog when that cookie has been set.
laravel cookie euParse Cookie header and populate req.cookies with an object keyed by the cookie names. Optionally you may enable signed cookie support by passing a secret string, which assigns req.secret so it may be used by other middleware. Parse a cookie value as a JSON cookie. This will return the parsed JSON value if it was a JSON cookie, otherwise it will return the passed value.
expressjs nodejs cookie middlewareCookie authentication provides simple cookie-based session management. The user has to be authenticated via other means, typically a web form, and upon successful authentication the browser receives a reply with a session cookie. The cookie uses Iron to encrypt and sign the session content. Subsequent requests containing the session cookie are authenticated and validated via the provided validateFunc in case the cookie's encrypted content requires validation on each request.
hapi plugin auth cookie session``` javascriptvar tough = require('tough-cookie'); // note: not 'cookie', 'cookies' or 'node-cookie'var Cookie = tough.Cookie;var cookie = Cookie.parse(header);cookie.value = 'somethingdifferent';header = cookie.toString();var cookiejar = new tough.CookieJar();cookiejar.setCookie(cookie, 'http://currentdomain.example.com/path', cb);// ...cookiejar.getCookies('http://example.com/otherpath',function(err,cookies) { res.headers['cookie'] = cookies.join('; ');});```
Simple cookie-based session middleware. A user session can be stored in two main ways with cookies: on the server or on the client. This module stores the session data on the client within a cookie, while a module like express-session stores only a session identifier on the client within a cookie and stores the session data on the server, typically in a database.
expressjs nodejs cookie session middleware connect expressIf you're viewing this at https://github.com/js-cookie/js-cookie, you're reading the documentation for the master branch. View documentation for the latest release. Do not include the script directly from GitHub (http://raw.github.com/...). The file is being served as text/plain and as such being blocked in Internet Explorer on Windows 7 for instance (because of the wrong MIME type). Bottom line: GitHub is not a CDN.
cookie jquery-plugin cookies browser amd commonjs client js-cookie browserifyIf you need to comply with EU cookie law this control displays a message to each user that cookies are in use on the site and allows them to accept the message
cookies sharepoint sharepoint-2010Why the name? NPM modules cookie, cookies and cookiejar were already taken. Support for versions of node.js will follow that of the request module.
http cookie cookies set-cookie cookiejar jar rfc6265 rfc2965A Javascript class for easy access to browser cookies. Transparently creates a quot;vitual cookie jarquot; for storing many quot;virtual cookiesquot; (key-value pairs) in one actual cookie to avoid the browser's limit on cookies.
This is a apache v2.0 authentication module. Based on html form authentication and cookie authentication session. Cookie session are stored in memcache deamon. Can be used has an simple quot;Single Signe-Onquot; (SSO).
DnnC CookieConsent is a SkinObject and is created using the “Cookie Consent” plugin from silkTide and adapted to a skinObject for DotNetNuke.
cookie cookie-law dnn dotnetnuke skinobjectCookie Free Analytics (CFA) is a free server side Google Analytics tracking solution for Windows based websites running IIS & ASP.NET. 100% javascript & cookie free - with CFA you can track your visitors & file downloads in Google Analytics without cookies or JavaScript. I...
google-analytics iis7Simple JavaScript Cookie Processor
cookie cookies javascript-frameworksecurecookie encodes and decodes authenticated and optionally encrypted cookie values.Secure cookies can't be forged, because their values are validated using HMAC. When encrypted, the content is also inaccessible to malicious eyes. It is still recommended that sensitive data not be stored in cookies, and that HTTPS be used to prevent cookie replay attacks.
Intuitive cookie manipulation library for the front-end
cookie session-cookie cookies js frontend expiration secureCookies.js is a small client-side javascript library that makes managing cookies easy. RFC6265 defines a strict set of allowed characters for cookie keys and values. In order to effectively allow any character to be used in a key or value, Cookies.js will URI encode disallowed characters in their UTF-8 representation. As such, Cookies.js also expects cookie keys and values to already be URI encoded in a UTF-8 representation when it accesses cookies. Keep this in mind when working with cookies on the server side.
cookies client browserSimple session middleware for Koa. Defaults to cookie-based sessions and supports external stores. The cookie name is controlled by the key option, which defaults to "koa:sess". All other options are passed to ctx.cookies.get() and ctx.cookies.set() allowing you to control security, domain, path, and signing among other settings.
koa session koa-session middleware cookieCookie DestructoR helps you to maintain your privacy on the web. This software has the ability to clean cookies and internet cache on the fly. It is ready to destroy the Index.dat database file on your machine, if necessary.
Transparent reverse cache: placed in front of a slow HTTP server to cache it. Handles URL mapping, cookie filtering, cookie-based authentication, different pages at a single address based on authentication, transparent proxying, variable caching policy..
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.