You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add EnvModule to help with loading and handling environment variables ([641559f](https://github.com/spuxx1701/jslibs/commit/641559f6576a0273609724498f55eacc3a64a09c))
9
+
* CustomLogger can now update its log level during runtime ([7c6e92b](https://github.com/spuxx1701/jslibs/commit/7c6e92bd0f0ac00cd743c4811850ce5dab8565c0))
10
+
* Expose TestContainer and Supertest helper classes to help with testing Nest applications ([797c471](https://github.com/spuxx1701/jslibs/commit/797c471941de1c09ff8e369f39f412a01ce16bf8))
* Introduce `AuthModule` for handling authorization and authentication through OIDC ([0d3cdd7](https://github.com/spuxx1701/jslibs/commit/0d3cdd77b7b235480a95876f248a227e509db74b))
15
+
16
+
17
+
### Bug Fixes
18
+
19
+
* EnvModule now properly loads environment variables when being accessed ([2a8f661](https://github.com/spuxx1701/jslibs/commit/2a8f661e9573f7db05869e2ed2a30085b4116919))
20
+
21
+
22
+
### Documentation
23
+
24
+
* Added comment to test ([297ffd1](https://github.com/spuxx1701/jslibs/commit/297ffd1e725fd6f42bbc32743483aa871847dbcf))
0 commit comments