* Correct installation documentation * Add stylized titles * Add some changes to the getting started documentation * Add changes for the backend guide * Add changes for the design guide * Add testing / Q&A guide improvements * Minor fixes to contributing docs * More improvements to the general doc * Improvements for frontend guide
12 lines
405 B
Markdown
12 lines
405 B
Markdown
---
|
|
title: Authentication
|
|
---
|
|
|
|
# Authentication
|
|
|
|
Authentication is handled by [Devise](https://github.com/plataformatec/devise) and [OmniAuth](https://github.com/omniauth/omniauth).
|
|
|
|
On DEV 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)
|