registration API
This commit is contained in:
parent
210362e665
commit
7e14eefc81
27 changed files with 216 additions and 136 deletions
4
app/views/api/apps/create.rabl
Normal file
4
app/views/api/apps/create.rabl
Normal file
|
@ -0,0 +1,4 @@
|
|||
object @app
|
||||
attributes :id, :redirect_uri
|
||||
node(:client_id) { |app| app.uid }
|
||||
node(:client_secret) { |app| app.secret }
|
Loading…
Add table
Add a link
Reference in a new issue