Skip to content

Instantly share code, notes, and snippets.

View asaf's full-sized avatar
💭
Doing tremendous progress with crossid.io !

Asaf Shakarzy asaf

💭
Doing tremendous progress with crossid.io !
View GitHub Profile
@asaf
asaf / .env
Created October 22, 2022 23:52
crossid-sample-nodejs-openid-connect-form-post
PORT=3005
ISSUER=https://org.us.crossid.io/oauth2
REDIRECT_URI=http://localhost:3005
CLIENT_ID=...
CLIENT_SECRET=...
@asaf
asaf / .env
Last active October 22, 2022 23:52
crossid-sample-nodejs-openid-connect
PORT=3005
ISSUER=https://org.us.crossid.io/oauth2
REDIRECT_URI=http://localhost:3005
CLIENT_ID=...
CLIENT_SECRET=...
@asaf
asaf / Makefile
Last active September 20, 2019 09:06
.PHONY: clean
clean:
rm -rf builds
ENTRYPOINTS := admin portal
EP = $(word 1, $@)
.PHONY: $(ENTRYPOINTS)
// ==========================================================================
// Project: Ember Validations
// Copyright: Copyright 2013 DockYard, LLC. and contributors.
// License: Licensed under MIT license (see license.js)
// ==========================================================================
// Version: 1.0.0.beta.2
(function() {