Commit Graph

18 Commits

Author SHA1 Message Date
dependabot[bot] 4668815a2c
Bump google.golang.org/protobuf from 1.30.0 to 1.33.0
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 22:32:04 +00:00
Ignacio Gómez 73c5e40843 Update net, crypto and grpc modules. 2024-02-11 13:00:46 -03:00
Ignacio Gómez 6924985b5b Bump dependencies and fix mysql test. 2023-05-23 20:41:35 -03:00
Ignacio Gómez 05b64b5567
Update go and dependencies. Adjust Redis interface. 2022-06-05 16:33:27 -04:00
Ignacio Gómez 98d8b4a6aa
Postgresql fix (#224)
* Add option to set DB connection max life time in seconds and document it.

Co-authored-by: Thomas Tvedt <thomas@gulost.net>
2022-04-04 19:31:59 -04:00
Ignacio Gómez 3ec27456a1 Tidy go modules. 2021-09-23 21:58:54 -03:00
Ignacio Gómez fa99ba6583 Add option to strip prefixes upon checking user or acl. 2021-09-23 20:40:32 -03:00
Ignacio Gómez 91e77551a7 Bump mongo driver version and migrate jwt module. 2021-09-15 15:16:49 -03:00
Ignacio Gómez fc44c811d2
Refactor JWT backend, add JS mode, allow pre parsing of token for JS and local mode, allow local mode specific DB options instead of sharing with regular DB backends. 2021-02-11 09:48:54 -03:00
Ignacio Gómez e72e522927
Move cache to its own package and add support for go-cache. 2020-06-26 21:03:55 -04:00
Ignacio Gómez fdb6c0146d
Remove goconvey from Redis tests. This should lead to a whole rewrite of tests for all backends, as well as building a sound dockerized environment for testing, but that's out of scope for this particular PR. 2020-05-24 01:25:39 -04:00
Ignacio Gómez f8bc7e6406
Upgrade Redis version so that single and cluster clients have the same interface. Implement cluster for both Redis backend and cache. 2020-05-23 20:28:47 -04:00
Ignacio Gómez 0e39a99963
Finish getuser clientid support. 2020-02-21 23:27:51 -03:00
Ignacio Gómez 97c35e82a6 Add gRPC backend. 2019-06-13 17:55:21 -04:00
Ignacio Gómez 0cb001eeff Migrated to the official Mongo DB driver. Added auth test options for mongo and redis. 2019-06-04 12:24:33 -04:00
Ignacio Gómez e4b8bc0061 Fix broken goconvey on 1.12 2019-03-07 14:55:55 -03:00
Ignacio Gómez 32d7fae285 Update readme to reflect go mod support. 2019-03-07 14:26:10 -03:00
Ignacio Gómez 8c360803b1 Add go mod support. 2019-03-07 11:41:16 -03:00