Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroBern committed Jan 30, 2020
1 parent aa20868 commit bdde7a7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Django GraphQL Auth

[Django](https://github.com/django/django) registration and authentication with GraphQL.

[![Codecov Coverage](https://img.shields.io/codecov/c/github/pedrobern/django-graphql-auth/master.svg?style=flat-square)](https://codecov.io/gh/pedrobern/django-graphql-auth/)
[![Build Status](https://travis-ci.com/pedrobern/django-graphql-auth.svg?branch=master)](https://travis-ci.com/pedrobern/django-graphql-auth)
[![Pypi](https://img.shields.io/pypi/v/django-graphql-auth.svg)](https://pypi.org/project/django-graphql-auth/)
[![Documentation Status](https://readthedocs.org/projects/django-graphql-auth/badge/?version=latest)](https://django-graphql-auth.readthedocs.io/en/latest/?badge=latest)


## Demo

[Django](https://github.com/django/django) registration and authentication with GraphQL.
[![Demo Video](https://github.com/pedrobern/django-graphql-auth/raw/master/demo.jpg)](https://streamable.com/700r8)

## About

It abstract all the basic logic of handling user accounts out of your app,
Abstract all the basic logic of handling user accounts out of your app,
so you don't need to think about it and can **get up and running faster**.

No lock-in. When you are ready to implement your own code or this package
Expand Down Expand Up @@ -44,7 +49,7 @@ Documentation is available at [read the docs](https://django-graphql-auth.readth
* [x] Default email templates *(you will customize though)*
* [x] Customizable, no lock-in

## Preview
## Example

Handling user accounts becomes super easy.

Expand Down
10 changes: 7 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Django GraphQL Auth

[Django](https://github.com/django/django) registration and authentication with GraphQL.

[![Codecov Coverage](https://img.shields.io/codecov/c/github/pedrobern/django-graphql-auth/master.svg?style=flat-square)](https://codecov.io/gh/pedrobern/django-graphql-auth/)
[![Build Status](https://travis-ci.com/pedrobern/django-graphql-auth.svg?branch=master)](https://travis-ci.com/pedrobern/django-graphql-auth)
[![Pypi](https://img.shields.io/pypi/v/django-graphql-auth.svg)](https://pypi.org/project/django-graphql-auth/)
Expand All @@ -8,11 +10,13 @@

---

## About
## Demo

[Django](https://github.com/django/django) registration and authentication with GraphQL.
[![Demo Video](https://github.com/pedrobern/django-graphql-auth/raw/master/demo.jpg)](https://streamable.com/700r8)

## About

It abstract all the basic logic of handling user accounts out of your app,
Abstract all the basic logic of handling user accounts out of your app,
so you don't need to think about it and can ==get up and running faster==.

No lock-in. When you are ready to implement your own code or this package
Expand Down

0 comments on commit bdde7a7

Please sign in to comment.