Skip to content

Instantly share code, notes, and snippets.

View phanorcoll's full-sized avatar
:octocat:
creating amazing stuff

Phanor Coll phanorcoll

:octocat:
creating amazing stuff
View GitHub Profile
@cheerfulstoic
cheerfulstoic / graph_gist_template.adoc
Last active April 14, 2020 07:29
CHANGEME: GraphGist Template. Fork to make your own, view source to see instruction comments

TITLE OF YOUR GRAPHGIST

@maxdemarzi
maxdemarzi / LockDownSecurityRule.java
Created September 3, 2014 18:03
Example Neo4j Security Rule
package org.neo4j.server.rest.security;
import javax.servlet.http.HttpServletRequest;
import javax.xml.bind.DatatypeConverter;
import java.util.StringTokenizer;
import java.io.UnsupportedEncodingException;
public class LockDownSecurityRule implements SecurityRule {
public static final String REALM = "WallyWorld"; // as per RFC2617 :-);