Commit Graph

3110 Commits

Author SHA1 Message Date
Deepak Prabhakara dfca7e8ffb use internal CI env var 2021-11-12 14:55:35 +00:00
Deepak Prabhakara e8f268f623 set CI_TEST 2021-11-12 14:50:33 +00:00
Deepak Prabhakara 68288e186f attempt to run db tests on CI 2021-11-12 14:48:08 +00:00
Deepak Prabhakara d21fa617f4 added docker-compose for local dbs 2021-11-12 14:38:52 +00:00
Deepak Prabhakara 3e7a8f2d76 trigger for all branches 2021-11-12 12:39:17 +00:00
Deepak Prabhakara 37dd7cd78c trigger on PR 2021-11-12 12:24:10 +00:00
Deepak Prabhakara e0037cfebb combined github actions 2021-11-12 12:21:57 +00:00
Deepak Prabhakara bcc11ca99e not ready to run tests on CI yet 2021-11-11 20:24:59 +00:00
Deepak Prabhakara 230eea18de publish npm package 2021-11-11 20:22:05 +00:00
Deepak Prabhakara f7c78c0c87 de-coupled env vars from index.js 2021-11-11 11:36:38 +00:00
Deepak Prabhakara 8dd0557384 format 2021-11-10 23:07:59 +00:00
Deepak Prabhakara 62d77ecae4 Jackson can now be used as an npm library 2021-11-10 23:07:59 +00:00
Deepak Prabhakara 1db401f5d7 error handling 2021-11-10 23:07:59 +00:00
Deepak Prabhakara 65ab4f54a1 tweaked status codes 2021-11-10 23:07:59 +00:00
Deepak Prabhakara cc50bacc0f consolidated controller logic for oauth 2021-11-10 23:07:59 +00:00
Deepak Prabhakara ca757e9424 pulled route logic into a controller 2021-11-10 23:07:59 +00:00
Deepak Prabhakara c3da0c43e0 lint 2021-11-10 23:07:59 +00:00
Deepak Prabhakara 564f550a27 fixed default for PRELOADED_CONFIG 2021-11-10 19:32:17 +00:00
Deepak Prabhakara 6a65cbeac2
Merge pull request #7 from boxyhq/pre-loaded-config
Pre loaded config
2021-11-05 23:04:47 +00:00
Deepak Prabhakara 8e00903fac added docs 2021-11-05 23:01:01 +00:00
Deepak Prabhakara 859e7c2fd6 pre-load an exisiting configuration and load into the store 2021-11-05 22:20:05 +00:00
Deepak Prabhakara 5df106a0f2 added todo 2021-11-05 19:23:37 +00:00
Deepak Prabhakara 3c797a7130 first draft of docs 2021-11-02 21:22:03 +00:00
Deepak Prabhakara 7ce6cc6f44 tag Docker image with short sha 2021-11-02 18:05:57 +00:00
Deepak Prabhakara 9768995e1a tweaked default audience value 2021-11-02 12:21:01 +00:00
Deepak Prabhakara 5ca19e3a84
Merge pull request #5 from boxyhq/mongodb-support
Mongodb support
2021-11-01 22:26:10 +00:00
Deepak Prabhakara b99fc0f169 streamlined db options 2021-11-01 22:05:36 +00:00
Deepak Prabhakara 1f45aaa7ff support for ttl 2021-11-01 22:05:36 +00:00
Deepak Prabhakara 2cde2532cb support for mongodb 2021-11-01 22:05:36 +00:00
Deepak Prabhakara 3f75e6b7ad
Merge pull request #4 from boxyhq/sql-support
Sql support (using TypeORM) + in-memory storage
2021-11-01 22:04:35 +00:00
Deepak Prabhakara 5d285da092 WIP: ttl 2021-10-30 01:54:30 +01:00
Deepak Prabhakara 38957ad283 secondary indexes not allowed with ttl 2021-10-30 01:05:44 +01:00
Deepak Prabhakara 695b0bb43d added in-memory storage 2021-10-29 22:15:50 +01:00
Deepak Prabhakara 0638db5bc1 fixed bug in redis deletion 2021-10-29 19:47:34 +01:00
Deepak Prabhakara 51923032a9 delete key and all associated secondary indexes in redis 2021-10-29 18:09:49 +01:00
Deepak Prabhakara b55585c162 cascade deletion 2021-10-29 16:53:37 +01:00
Deepak Prabhakara d3267c6d21 coverage for both redis and sql 2021-10-29 13:32:40 +01:00
Deepak Prabhakara 2857075912 sql support is on par with redis 2021-10-29 13:13:51 +01:00
Deepak Prabhakara 24b2de758c WIP: getByIndex needs rework 2021-10-29 01:26:06 +01:00
Deepak Prabhakara b8d08c9fd3 put using a transaction 2021-10-28 21:01:32 +01:00
Deepak Prabhakara 3fb7be7287 working put 2021-10-28 14:05:48 +01:00
Deepak Prabhakara e9692eb686 simplified model 2021-10-28 00:07:31 +01:00
Deepak Prabhakara de03586dbb foreign key relation between Store and Index 2021-10-27 23:41:22 +01:00
Deepak Prabhakara 3310c181b1 WIP: support for SQL databases 2021-10-27 19:22:18 +01:00
Deepak Prabhakara a9a035d173 fixed crash when session is null 2021-10-23 00:29:01 +01:00
Deepak Prabhakara a1d91171f8 - check for encoded client_id before validating client_secret
- userinfo route should be a GET
2021-10-19 23:34:29 +01:00
Deepak Prabhakara 6b046a0665 allow access_token to be pass as query param 2021-10-19 01:51:31 +01:00
Deepak Prabhakara f27bdcc60b updated saml20 package (protects against SAML wrapping attacks) 2021-10-18 00:57:42 +01:00
Deepak Prabhakara 457c7d28b4 added node engines 2021-10-16 00:41:40 +01:00
Deepak Prabhakara d6c57e0ade updated nodemon, prisma 2021-10-16 00:32:18 +01:00