Skip to content

Commit

Permalink
slight tweaks on features
Browse files Browse the repository at this point in the history
Signed-off-by: Suhayb El Wardany <[email protected]>
  • Loading branch information
suwardany committed May 14, 2014
1 parent 26c2db5 commit 4167d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/sentry/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<ul class="list list-unstyled">
<li>Allow for custom hashing strategies.</li>
<li>Refactor permissions out into a driver-based system.</li>
<li>Refactor `*Provider` and `*Interface` implementations into single `*Repository` classes, stripping methods and simplifying where possible.</li>
<li>Refactor *Provider and *Interface implementations into single *Repository classes, stripping methods and simplifying where possible.</li>
<li>Multiple sessions.</li>
<li>Multiple login columns.</li>
<li>Inter-account throttling and improved DDoS protection.</li>
<li>Improved integration with Laravel (`Sentry::basic()`, easy email integration with queues).</li>
<li>Improved integration with Laravel (Sentry::basic(), easy email integration with queues).</li>
<li>Improved speed - make use of eager loading.</li>
<li>Allow use of implementations (such as Eloquent and Kohana ORM) to take place on the ORM level, without bloating Sentry with abstractions never used by Sentry.</li>
<li>Add support for two factor authentication.</li>
Expand Down

0 comments on commit 4167d2c

Please sign in to comment.