* Rename all GitHub links from thepracticaldev/dev.to to forem/forem * Use new site name * Rename to Forem * Rename more dev.to to forem * Remove unnecessary redirects * Rename DEV to Forem * Use Forem instead of DEV for branding * Use Forem instead of DEV for licensing * Use seedling instead of DEV logo
18 lines
573 B
Markdown
18 lines
573 B
Markdown
---
|
|
title: Authentication
|
|
---
|
|
|
|
# Authentication
|
|
|
|
Authentication is handled by [Devise](https://github.com/plataformatec/devise)
|
|
and [OmniAuth](https://github.com/omniauth/omniauth).
|
|
|
|
On Forem you can only authenticate through GitHub or Twitter. Please check out
|
|
the respective guides on how to authenticate:
|
|
|
|
- [Github authentication](/backend/auth-github)
|
|
- [Twitter authentication](/backend/auth-twitter)
|
|
|
|
We may add other authentication providers in the future. Please check back
|
|
again, or search
|
|
[our GitHub repository's issues.](https://github.com/forem/forem/issues)
|