Joe Bowers
|
0c854a21d6
|
server: endpoint and system for sending invitations to dex
An invitation allows users to both verify their email address and set
a new password.
|
2015-11-18 14:24:19 -08:00 |
|
Gyu-Ho Lee
|
f06073fbcd
|
server: use standard lib http.Request.BasicAuth
Go 1.4+ has https://golang.org/pkg/net/http/#Request.BasicAuth
method for http.Request and it was requested by CoreOS(kelsey) [1]
with the same functionalities. If dex's Go development is being done
in Go 1.4 or later, we should use the standard library.
Thanks!
---
[1] https://codereview.appspot.com/76540043/
|
2015-10-06 05:00:33 -07:00 |
|
Bobby Rullo
|
bf9517fdaa
|
server,cmd: Add flag for disabling registation
For situations where admins add users.
|
2015-09-30 16:35:58 -07:00 |
|
Giulio Iotti
|
472e4a02a4
|
*: Remove unnecessary else statements
Whenever it makes the code easier to follow, use early return to
avoid else statements.
|
2015-09-04 22:45:32 +03:00 |
|
Yifan Gu
|
93a0830ae0
|
server: check scope in requests.
Require 'openid' in scope for all requests.
Require 'offline_access' for returning refresh token.
|
2015-08-31 13:51:59 -07:00 |
|
Yifan Gu
|
066fd859ec
|
session: add 'scope' field in session.
|
2015-08-31 13:51:59 -07:00 |
|
Bobby Rullo
|
66fe201c24
|
*: move original project to dex
|
2015-08-18 11:26:57 -07:00 |
|