Skip to content

Commit

Permalink
Add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Jan 18, 2014
1 parent 848c9aa commit a1cffda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,8 @@ return [
```

You can also pass a service key, that will be pulled from the service manager, if you need to inject dependencies.

### Delete expired tokens

ZfrOAuth2Module offers a console route you can use to delete expired access tokens. You can use this as a CRON
task to clean your database. In the `public` folder, use the following command: `php index.php oauth2 delete expired tokens`.

0 comments on commit a1cffda

Please sign in to comment.