Simply looking for some direction, whether it's a link to the docs or an example:
I want to use Passport to authenticate users using Slack/Passport but only if they belong to my company. So, for example,
olaf@mycompany
can log in and view protected assetsishtar@anotherco
cannot do either, despite having an account with slack
A cursory search found this issue but I couldn't find anything in the docs.
Thanks!