Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support general team whitelists in the oauth provider #534

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 21, 2023

  1. go 1.20

    Note that this no longer builds under 1.18, with the following error:
    
    ```
    ... 23.69 # go.uber.org/multierr
    ... 23.69 /go/pkg/mod/go.uber.org/[email protected]/error.go:209:20: undefined: atomic.Bool
    ... 23.69 note: module requires Go 1.19
    ```
    ebardsley committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    c6248ee View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Support general team whitelists in the oauth provider.

    This was build to work for Discord and their https://discordapp.com/api/users/@me/guilds
    endpoint, but should work for anything that returns a list of `{"id": "someid"}` maps.
    ebardsley committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    6dc4a7b View commit details
    Browse the repository at this point in the history