lelylan / rest-oauth2-server

Rest OAuth2 Server is a Rails 3 app that let you open up your API and manage end-user authentication and client application authorization implementing the OAuth 2.0 Specifications (draft 13).
279 stars 46 forks source link

Add access info to client #32

Open andreareginato opened 13 years ago

andreareginato commented 13 years ago

As the user can have the access to a basic statistic graphic of the last "n days", its even more important to give this information to the client, which would use much more info related to daily accesses or monthly accesses. To do this add the "daily_request" relation also to clients and add the helpers to define the graphs.