- 01 Dec, 2015 1 commit
-
-
Brandon Philips authored
We aren't coming up if you google OAuth 2 on Google. Fix this.
-
- 18 Nov, 2015 4 commits
-
-
Joe Bowers authored
New invitation endpoint
-
Joe Bowers authored
An invitation allows users to both verify their email address and set a new password.
-
bobbyrullo authored
server: add scope to newLoginURLFromSession
-
Marcus Stong authored
need to make sure the scope is present otherwise will be considered an invalid request fixes #135
-
- 13 Nov, 2015 2 commits
-
-
Brandon Philips authored
Update README.md
-
Brian Fallik authored
fix whitespace issue
-
- 11 Nov, 2015 5 commits
-
-
Joe Bowers authored
-
Joe Bowers authored
-
Joe Bowers authored
-
Joe Bowers authored
-
Brandon Philips authored
-
- 10 Nov, 2015 2 commits
-
-
Josh Wood authored
Improve docs for the getting started guide for oauth2_proxy
-
Brandon Philips authored
Make the docs feel more like a tutorial and add some more context.
-
- 08 Nov, 2015 1 commit
-
-
Brandon Philips authored
oauth2_proxy is a proxy you can put in front of any http application to add OAUTH 2.0 auth. I have added OIDC support to this proxy and to make it easy to get started lets add it to the fixture.
-
- 04 Nov, 2015 2 commits
-
-
bobbyrullo authored
Documentation: fix link
-
bobbyrullo authored
-
- 03 Nov, 2015 4 commits
-
-
bobbyrullo authored
Fix typo in README
-
Quentin Machu authored
-
bobbyrullo authored
Documentation: document connectors format.
-
Bobby Rullo authored
-
- 02 Nov, 2015 2 commits
-
-
bobbyrullo authored
Documentation: turn on registration in examples
-
Bobby Rullo authored
fixes #169
-
- 30 Oct, 2015 4 commits
-
-
bobbyrullo authored
Invite emails
-
Bobby Rullo authored
Issuer name can be used in Emailer
-
Bobby Rullo authored
This is so we can populate emails with things like the issuer name.
-
Bobby Rullo authored
Invite emails are essentially just reset password emails with a different template (though this can and probably will change (slightly) in the near future)
-
- 29 Oct, 2015 3 commits
-
-
bobbyrullo authored
use GCM instead of CBC
-
George Tankersley authored
-
George Tankersley authored
-
- 22 Oct, 2015 4 commits
-
-
bobbyrullo authored
Dockerfile: use go 1.4 to build
-
Bobby Rullo authored
-
bobbyrullo authored
Dockerfile: use right env var for email templates
-
Bobby Rullo authored
-
- 20 Oct, 2015 5 commits
-
-
Josh Wood authored
Minor, non-content, formatting fixes. LGTM.
-
Brian Waldon authored
build: add install instructions for go-bindata
-
Brandon Philips authored
Markdown needs a newline between a paragraph and a code block for most renderers. Fix this.
-
Brandon Philips authored
some of these items were space indented, others were tabbed. Use tabs.
-
Brandon Philips authored
Tell the user how to fix ther error! That is the best type of error message. :)
-
- 19 Oct, 2015 1 commit
-
-
Joe Bowers authored
server: Share token code
-