dex/server
Eric Chiang 63a62b6754 *: add code to serialize templates into go code
Add a small program to iterate over the templates directory and
generate a go map of name to file data. This is so we can compile
these templates into the dex binary instead of requiring files on
disk.

Also add a Makefile rule to do this automatically.
2016-09-05 17:25:12 -07:00
..
doc.go initial commit 2016-07-26 15:51:24 -07:00
handlers.go *: set response types supported in discovery based on server config 2016-08-25 16:18:09 -07:00
handlers_test.go initial commit 2016-07-26 15:51:24 -07:00
oauth2.go *: support the implicit flow 2016-08-24 11:21:39 -07:00
oauth2_test.go initial commit 2016-07-26 15:51:24 -07:00
rotation.go rename 2016-08-10 22:31:42 -07:00
rotation_test.go initial commit 2016-07-26 15:51:24 -07:00
server.go *: set response types supported in discovery based on server config 2016-08-25 16:18:09 -07:00
server_test.go server: add integration test for the implicit flow 2016-08-24 11:21:39 -07:00
templates.go rename 2016-08-10 22:31:42 -07:00
templates_default_gen.go *: add code to serialize templates into go code 2016-09-05 17:25:12 -07:00
templates_test.go initial commit 2016-07-26 15:51:24 -07:00