# `AshAuthentication.Strategy.Slack`
[🔗](https://github.com/team-alembic/ash_authentication/blob/main/lib/ash_authentication/strategies/slack.ex#L5)

Strategy for authenticating using [Slack](https://slack.com)

This strategy builds on-top of `AshAuthentication.Strategy.Oidc` and
[`assent`](https://hex.pm/packages/assent).

In order to use Slack you need to provide the following minimum configuration:

  - `client_id`
  - `redirect_uri`
  - `client_secret`

## More documentation:
- The [Slack Tutorial](/documentation/tutorial/slack.md).
- The [OIDC documentation](`AshAuthentication.Strategy.Oidc`)

# `transform`

# `verify`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
