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

Strategy for authenticating using [GitHub](https://github.com)

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

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

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

## More documentation:
- The [GitHub Tutorial](/documentation/tutorial/github.md).
- The [OAuth2 documentation](`AshAuthentication.Strategy.OAuth2`)

# `transform`

# `verify`

---

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