Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Radchenko committed Aug 29, 2015
1 parent 006f75a commit 94ed75b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,10 @@ class Users {
* `@all(path)`

These are shortcuts for `@route(method, path)` where `@get('/revoke')` would be `@route('get', '/revoke')`.

## TODO

* `@config` - Passing a whole config, solution that would encompase all future decorators in a crude way. Most control to the user.
* `@auth` - Handy auth, without doing the whole config.
* `@cache`
* more..

0 comments on commit 94ed75b

Please sign in to comment.