This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
feat(clients): add
terms_uri and privacy_uri properties to clients.
- Loading branch information
Showing
with
96 additions
and 12 deletions.
- +6 −3 lib/db/index.js
- +8 −0 lib/db/memory.js
- +12 −5 lib/db/mysql/index.js
- +5 −0 lib/db/mysql/patches/patch-004-005.sql
- +4 −1 lib/db/mysql/patches/patch-005-004.sql
- +2 −0 lib/db/mysql/schema.sql
- +6 −2 lib/routes/client/get.js
- +4 −0 lib/routes/client/list.js
- +8 −0 lib/routes/client/register.js
- +4 −0 lib/routes/client/update.js
- +37 −1 test/api.js