shaj13 / go-guardian

Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication.
MIT License
543 stars 55 forks source link

fix: ldap groups #129

Open jplanckeel opened 8 months ago

jplanckeel commented 8 months ago

Context

In order to solve this issue #32 we need to collect LDAP Groups for a user.

Acceptance Criteria

[ ] Unit tests are good [ ] Docs are udated