Skip to content

Commit

Permalink
update authentication.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ze authored Jan 15, 2018
1 parent 6a46403 commit 4656100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/authentication.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Authenticaion
# Authentication

Iron Functions API supports two levels of Authentication in two seperate scopes,
using [JWT](https://jwt.io/) tokens for authentication.
Expand All @@ -16,4 +16,4 @@ within the server context, the server will look for a valid JWT token in every r
## Route level authentication

Route level authentication is applied whenever a function call made to a specific route. You can check
[Quick Example for JWT Authentication](examples/jwt/README.md) for an example.
[Quick Example for JWT Authentication](../examples/jwt/README.md) for an example.

0 comments on commit 4656100

Please sign in to comment.