Skip to content
forked from 3DSIM/auth0

Library written in Go for interacting with auth0

License

Notifications You must be signed in to change notification settings

alexDrinkwater/auth0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auth0

Library written in Go for interacting with auth0

Contributing code

Read this article and follow the steps they outline: http://scottchacon.com/2011/08/31/github-flow.html

All PRs should be signed off by a member of the team before merging.

Installing dependencies

We use glide for dependency management. See https://github.com/Masterminds/glide. To install dependencies:

  • Install glide. See their repo readme.md for instructions.
  • From the root of the project run glide install --strip-vendor

Generating Fakes

We use https://github.com/maxbrunsfeld/counterfeiter to generate fakes (aka mocks). To regenarate a fake after an interface change:

  • Install counterfeiter. See their github repo for install instructions.
  • In the root of the project run go generate

Team

  • Tim Sublette
  • Ryan Walls
  • Chad Queen
  • Pete Krull
  • Alex Drinkwater

Original release

April 2017

About

Library written in Go for interacting with auth0

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%