soxtoby / SlackNet

A comprehensive Slack API client for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Public distribution support?

gilmatok opened this issue · comments

Is this available on SlackNet? In the official SDKs, you can register an "installation store" that stores/retrieves installations (incl. bot token) for authorizing requests from different workspaces.

Is this also available in SlackNet?

Not currently, no. I'll probably work on adding proper multi-installation support soon, but for now you'll need to implement the OAuth redirect endpoint and auth code storage yourself. See #154 for some more information.

Thanks @soxtoby .