Skip to content

Commit

Permalink
Merge pull request #31 from dwyl/fix-small-typos
Browse files Browse the repository at this point in the history
Fix typos in Readme
  • Loading branch information
nelsonic committed Oct 8, 2021
2 parents a7291c3 + fa0a881 commit 3c7ff1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -132,7 +132,7 @@ Notice how when you first visit the
[`auth-plug-example.herokuapp.com/admin`](https://auth-plug-example.herokuapp.com/admin)
page, your browser is _redirected_ to:
https://dwylauth.herokuapp.com/?referer=https://auth-plug-example.herokuapp.com/admin&auth_client_id=etc.
The the auth service handles the actual authentication
The auth service handles the actual authentication
and then transparently redirects back to
[`auth-plug-example.herokuapp.com/admin?jwt=etc.`](https://auth-plug-example.herokuapp.com/admin)
with a JWT session.
Expand Down Expand Up @@ -334,10 +334,10 @@ but if _anything_ is unclear,
please open an issue:
https://github.com/dwyl/auth_plug/issues

### Availiable infomation
### Available information

By default using the dwylauth.herokuapp.com authentication service,
`auth_plug` makes the following infomation availiable in `conn.assigns`:
`auth_plug` makes the following information available in `conn.assigns`:

```
jwt :: string()
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule AuthPlug.MixProject do
def project do
[
app: :auth_plug,
version: "1.3.0",
version: "1.3.1",
elixir: "~> 1.12",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 3c7ff1f

Please sign in to comment.