Commit Graph

5 Commits

Author SHA1 Message Date
Josh van Leeuwen e3d4a8f1b4
Add Copyright headers to env, and remove utils. (#103)
Chore to add Copyright headers to `env` files.

Move containing funcs and deletes `utils` package. `utils` packages are
generally a code smell, and better placed in a more descriptive package
name that gives context.

Signed-off-by: joshvanl <me@joshvanl.dev>
2025-04-23 11:29:15 -03:00
Alessandro (Ale) Segala c24d1d28cf
JWKSCache: add option to set CA certificate to trust (#81)
This is helpful when the JWKS is located on a HTTPS endpoint and the certificate is signed by a custom CA.

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-11 10:59:16 -08:00
Josh van Leeuwen df64d3a144
Update fswatcher to use /events/batcher (#75)
* Update fswatcher to use /events/batcher

Signed-off-by: joshvanl <me@joshvanl.dev>

* Linting

Signed-off-by: joshvanl <me@joshvanl.dev>

* Linting

Signed-off-by: joshvanl <me@joshvanl.dev>

* Add sleep to wait for windows fsnotify to become ready

Signed-off-by: joshvanl <me@joshvanl.dev>

* Increase time for event to be received to 1 second

Signed-off-by: joshvanl <me@joshvanl.dev>

---------

Signed-off-by: joshvanl <me@joshvanl.dev>
2023-11-15 16:36:20 -08:00
Alessandro (Ale) Segala c93a9df941
JWKS Cache: add WaitForCacheReady method (#47)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-04-18 10:01:51 -07:00
Alessandro (Ale) Segala b60341fe3e
Add jwkscache package (#46)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-04-17 22:50:30 -07:00