Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultzer committed Nov 4, 2017
1 parent 03a2470 commit e0ae7cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

[![Build Status](https://travis-ci.org/danschultzer/coherence_assent.svg?branch=master)](https://travis-ci.org/danschultzer/coherence_assent)

Use Google, Github, Twitter, Facebook, or add your own strategy for authorization to your Coherence Phoenix app.
Use Google, Github, Twitter, Facebook, Basecamp, or add your own strategy for authorization to your Coherence Phoenix app.

## Features

* Collects required login field if missing verified email from provider
* Multiple providers can be used for accounts
* When removing auth: Validates user has password or another provider authentication
* Github, Google, Twitter and Facebook strategies included
* Github, Google, Twitter, Facebook and Basecamp strategies included
* Updates Coherence templates automatically
* You can add your custom strategy with ease

Expand All @@ -23,7 +23,7 @@ Add CoherenceAssent to your list of dependencies in `mix.exs`:
def deps do
[
# ...
{:coherence_assent, "~> 0.2.0"}
{:coherence_assent, "~> 0.2.1"}
# ...
]
end
Expand Down Expand Up @@ -142,7 +142,7 @@ Remember to run the new migrations: `mix ecto.setup`

## Setting up a provider

Strategies for Twitter, Facebook, Google, and Github are included. We'll go through how to set up the Github strategy.
Strategies for Twitter, Facebook, Google, Github and Basecamp are included. We'll go through how to set up the Github strategy.

First, register [a new app on Github](https://github.com/settings/applications/new) and add "http://localhost:4000/auth/github/callback" as callback URL. Then add the following to `config/config.exs` and add the client id and client secret:

Expand Down
2 changes: 1 addition & 1 deletion lib/mix/tasks/coherence_assent.install.ex
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ defmodule Mix.Tasks.CoherenceAssent.Install do
]
]
Handlers exists for Facebook, Github, Google and Twitter.
Handlers exists for Facebook, Github, Google, Twitter and Basecamp.
"""
end

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule CoherenceAssent.Mixfile do
use Mix.Project

@version "0.2.0"
@version "0.2.1"

def project do
[
Expand Down

0 comments on commit e0ae7cc

Please sign in to comment.