Go to file
stryan cf851b5021 allow tokens to be embeded in links, expire password tokens 2021-03-02 14:30:37 -05:00
init add systemd unit file 2020-10-05 12:22:04 -04:00
templates allow tokens to be embeded in links, expire password tokens 2021-03-02 14:30:37 -05:00
.gitignore initial 2020-08-20 12:51:02 -04:00
README add readme 2020-09-17 16:48:44 -04:00
config.go add user templates 2020-11-12 14:51:48 -05:00
go.mod add janky password reset form 2020-09-22 18:21:01 -04:00
go.sum add janky password reset form 2020-09-22 18:21:01 -04:00
guildgate.yaml.sample Better config parsing 2020-08-20 13:03:43 -04:00
ldap.go add minceraft linkage 2020-11-10 17:58:24 -05:00
main.go allow tokens to be embeded in links, expire password tokens 2021-03-02 14:30:37 -05:00
minecraft.go add minceraft linkage 2020-11-10 17:58:24 -05:00
profile.go add janky profile editing 2020-09-24 17:12:22 -04:00
reset.go allow tokens to be embeded in links, expire password tokens 2021-03-02 14:30:37 -05:00
session.go allow tokens to be embeded in links, expire password tokens 2021-03-02 14:30:37 -05:00
token.go allow tokens to be embeded in links, expire password tokens 2021-03-02 14:30:37 -05:00
user.go add profile page 2020-09-24 16:39:52 -04:00
web.go allow tokens to be embeded in links, expire password tokens 2021-03-02 14:30:37 -05:00

README

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.