Girish Ramakrishnan
|
6e57f8cc03
|
Refactor toHttpError code into BoxError
|
2019-10-24 18:09:55 -07:00 |
|
Girish Ramakrishnan
|
2df642000d
|
Move ClientsError to BoxError
|
2019-10-22 21:16:49 -07:00 |
|
Girish Ramakrishnan
|
422abc205b
|
do not return accessToken when listing tokens
|
2019-02-15 13:26:33 -08:00 |
|
Girish Ramakrishnan
|
e49b57294d
|
Give optional name for tokens
|
2018-08-27 14:59:52 -07:00 |
|
Girish Ramakrishnan
|
f09e8664d1
|
Return canonical scope in REST responses
The '*' scope is purely an implementation detail. It cannot
be requested as such.
|
2018-05-02 12:36:41 -07:00 |
|
Girish Ramakrishnan
|
1a27009fb5
|
Make expiresAt a body parameter
|
2018-04-28 22:02:07 -07:00 |
|
Girish Ramakrishnan
|
6c8c206e89
|
Move input validation logic to routes
|
2018-04-28 21:58:56 -07:00 |
|
Girish Ramakrishnan
|
82207c3ccd
|
Keep naming consistent with delToken
|
2018-04-28 21:55:57 -07:00 |
|
Johannes Zellner
|
f60ff45cb6
|
Tokens are now valid for a week
|
2016-08-01 10:14:47 +02:00 |
|
Johannes Zellner
|
1bf869963b
|
Only allow alphanumerics and dash in auth client names
|
2016-06-23 10:16:02 +02:00 |
|
Johannes Zellner
|
0eff8911ee
|
Do not use DatabaseError in routes clients.js
|
2016-06-13 13:29:39 +02:00 |
|
Johannes Zellner
|
880754877d
|
Prevent the rest api to delete addon auth clients
|
2016-06-09 14:44:38 +02:00 |
|
Johannes Zellner
|
16444f775d
|
Prevent deletion of the built-in clients
|
2016-06-08 11:24:02 +02:00 |
|
Johannes Zellner
|
691803f10b
|
Allow optional expiresAt to be set on token creation
|
2016-06-07 15:47:13 +02:00 |
|
Johannes Zellner
|
8e5af17e5d
|
Add route to delete a single token
|
2016-06-07 15:34:27 +02:00 |
|
Johannes Zellner
|
96eeb247a1
|
Add rest api to create a new token for a client
|
2016-06-07 14:29:37 +02:00 |
|
Johannes Zellner
|
c8b9ae542c
|
Simply return oauth clients instead of join with tokendb
|
2016-06-07 12:15:25 +02:00 |
|
Johannes Zellner
|
d880731351
|
Support ?all query param for oauth clients get route
|
2016-06-07 11:18:30 +02:00 |
|
Johannes Zellner
|
226537de04
|
Move client TYPE_* to clients.js
|
2016-06-03 15:05:00 +02:00 |
|
Johannes Zellner
|
c52d0369fa
|
Provide better feedback on invalid scopes
|
2016-06-03 13:53:33 +02:00 |
|
Girish Ramakrishnan
|
c511019d79
|
remove jslint hint
|
2016-04-30 11:53:46 -07:00 |
|
Girish Ramakrishnan
|
9c157246b7
|
add type field to clients table
|
2015-10-15 17:35:47 -07:00 |
|
Girish Ramakrishnan
|
a9ccc7e2aa
|
remove updating clients
clients are immutable
|
2015-10-15 16:08:17 -07:00 |
|
Girish Ramakrishnan
|
df9d321ac3
|
app.portBindings and newManifest.tcpPorts may be null
|
2015-07-20 00:10:36 -07:00 |
|