Go to file
2020-09-17 17:47:12 -04:00
templates fake password stuff 2020-09-17 17:47:12 -04:00
.gitignore initial 2020-08-20 12:51:02 -04:00
config.go use templates, login/logout session support 2020-09-17 16:19:05 -04:00
go.mod add token generation, validation 2020-09-17 17:36:39 -04:00
go.sum add token generation, validation 2020-09-17 17:36:39 -04:00
guildgate.yaml.sample Better config parsing 2020-08-20 13:03:43 -04:00
ldap.go readd ldap file 2020-09-17 16:20:04 -04:00
main.go add token generation, validation 2020-09-17 17:36:39 -04:00
README add readme 2020-09-17 16:48:44 -04:00
session.go use templates, login/logout session support 2020-09-17 16:19:05 -04:00
token.go add token generation, validation 2020-09-17 17:36:39 -04:00

A simple LDAP login/logout too.

It's quick and dirty and really only useful for my usecase, but I uploaded it in case anyone was curious or wanted a starting point.

But seriously, it is *very* quick and dirty. Don't use this for anything remotely production worthy.