Skip to content

Commit

Permalink
Add security concerns section
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultzer committed Feb 13, 2018
1 parent 714a7ef commit 540ca05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ defmodule TestProvider do
end
```

## Security concerns

All sessions created through `CoherenceAssent` provider authentication are temporary, and doesn't use the `rememberable` configuration in Coherence. However, it's a good idea to do some housekeeping in your app and making sure that you have the level of security as warranted by the scope of your app. This may include requiring users to reauthenticate before viewing or editing their user details.

## LICENSE

(The MIT License)
Expand Down

0 comments on commit 540ca05

Please sign in to comment.