Commit graph

87 commits

Author SHA1 Message Date
Alan Bridgeman
859aee5939 Updated dependency and made mostly naming changes
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 29s
2026-02-20 22:41:35 -06:00
Forgejo Actions
b67f059eda [Forgejo Actions] Update version to v1.0.68 2026-02-21 04:08:46 +00:00
Alan Bridgeman
6ac9c2518f Made needed changes for adapter architecture + added HealthCheckableRequestClient that checks service health before sending request
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 30s
2026-02-20 22:08:14 -06:00
Forgejo Actions
38cd098cab [Forgejo Actions] Update version to v1.0.67 2026-02-20 13:24:21 +00:00
Alan Bridgeman
88e522fcb4 Bumped auth library version
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 28s
2026-02-20 07:23:53 -06:00
Forgejo Actions
6a6153f141 [Forgejo Actions] Update version to v1.0.66 2026-02-19 16:01:51 +00:00
Alan Bridgeman
8350990101 Bumped auth library version
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 28s
2026-02-19 10:01:20 -06:00
Forgejo Actions
ca5064bbbc [Forgejo Actions] Update version to v1.0.65 2026-02-19 15:49:52 +00:00
Alan Bridgeman
cb67ebea36 Bumped auth library version
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 29s
2026-02-19 09:49:21 -06:00
Forgejo Actions
ff7296329c [Forgejo Actions] Update version to v1.0.64 2026-02-19 15:34:06 +00:00
Alan Bridgeman
3101eeb767 Bumped auth library version
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 28s
2026-02-19 09:33:37 -06:00
Forgejo Actions
7ab9bb6544 [Forgejo Actions] Update version to v1.0.63 2026-02-19 03:42:58 +00:00
Alan Bridgeman
48f2e0dc02 Updated dependency version (and made appropriate changes) + added new @PATCH decorators for HTTP PATCH routes + dded generic @AuthenticatedRoute decorator
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 32s
2026-02-18 21:42:15 -06:00
Forgejo Actions
472e5256ec [Forgejo Actions] Update version to v1.0.62 2026-02-12 04:57:23 +00:00
Alan Bridgeman
99971a6f98 Updated auth library
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 32s
2026-02-11 22:56:51 -06:00
Forgejo Actions
1af0157bbf [Forgejo Actions] Update version to v1.0.61 2026-02-10 17:36:14 +00:00
Alan Bridgeman
557f63646d Updated auth library dependency
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 37s
2026-02-10 11:35:36 -06:00
Forgejo Actions
4c937a943b [Forgejo Actions] Update version to v1.0.60 2026-02-07 18:16:13 +00:00
Forgejo Actions
b093c38d47 [Forgejo Actions] Update version to v1.0.59 2026-02-05 18:19:51 +00:00
Alan Bridgeman
a6a0ea43c8 Bumped version of auth library to get Client working properly for 'processIncomingJWT' in header mode
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 32s
2026-02-05 12:19:19 -06:00
Forgejo Actions
a901c8626d [Forgejo Actions] Update version to v1.0.58 2026-02-01 03:46:31 +00:00
Forgejo Actions
9e4138143b [Forgejo Actions] Update version to v1.0.57 2026-01-31 23:12:35 +00:00
Alan Bridgeman
e19cf35de5 Added 'inactive' state handling for OAuth apps
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 34s
2026-01-31 17:11:57 -06:00
Forgejo Actions
24107b2e82 [Forgejo Actions] Update version to v1.0.56 2026-01-29 23:20:25 +00:00
Forgejo Actions
513387d70a [Forgejo Actions] Update version to v1.0.55 2026-01-29 17:58:05 +00:00
Forgejo Actions
7d2397966f [Forgejo Actions] Update version to v1.0.54 2026-01-29 17:31:23 +00:00
Forgejo Actions
74316cc41f [Forgejo Actions] Update version to v1.0.53 2026-01-29 16:57:35 +00:00
Forgejo Actions
91f1630cc6 [Forgejo Actions] Update version to v1.0.52 2026-01-24 16:10:26 +00:00
Alan Bridgeman
522f7590b3 Added addons for custom claims for OAuth apps
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 32s
2026-01-20 23:49:01 -06:00
Forgejo Actions
924e7a2d1f [Forgejo Actions] Update version to v1.0.50 2026-01-19 19:55:59 +00:00
Alan Bridgeman
f3b3f203d9 Bumped auth library version
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 31s
2026-01-19 13:55:26 -06:00
Forgejo Actions
0fc89bcd61 [Forgejo Actions] Update version to v1.0.49 2026-01-19 17:39:20 +00:00
Alan Bridgeman
0402b5297b Bunped version of auth library + refactored some of OAuthApp object to be able to get access to lower objects (Client) if necessary
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 35s
2026-01-19 11:38:42 -06:00
Forgejo Actions
9a21ec9614 [Forgejo Actions] Update version to v1.0.48 2026-01-13 02:51:51 +00:00
Forgejo Actions
5fe7028949 [Forgejo Actions] Update version to v1.0.47 2026-01-12 22:58:31 +00:00
Forgejo Actions
21b5e7e873 [Forgejo Actions] Update version to v1.0.46 2026-01-12 19:50:42 +00:00
Forgejo Actions
6fbdca6603 [Forgejo Actions] Update version to v1.0.45 2026-01-11 07:35:10 +00:00
Alan Bridgeman
94b119f062 Updated auth package and made corresponding changes within the code including creating types etc... + separated oauth stuff to it's own folder
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 32s
2026-01-11 01:34:37 -06:00
Forgejo Actions
98dc0588f8 [Forgejo Actions] Update version to v1.0.44 2026-01-10 02:04:32 +00:00
Alan Bridgeman
78fcdd04a7 Incremented auth library version
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 33s
2026-01-09 20:03:32 -06:00
Forgejo Actions
0441d7fa6d [Forgejo Actions] Update version to v1.0.43 2026-01-10 01:28:46 +00:00
Alan Bridgeman
29c98747a3 Updating version of auth package to latest version
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 33s
2026-01-09 19:28:11 -06:00
Forgejo Actions
dc815914ca [Forgejo Actions] Update version to v1.0.42 2026-01-09 06:27:11 +00:00
Alan Bridgeman
f07dc06029 Upgrading version of auth package
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 30s
2026-01-09 00:26:34 -06:00
Forgejo Actions
800d247c5e [Forgejo Actions] Update version to v1.0.41 2026-01-08 21:49:38 +00:00
Forgejo Actions
184ac9247d [Forgejo Actions] Update version to v1.0.40 2026-01-08 19:47:10 +00:00
Alan Bridgeman
f79ed4d7e4 Merge branch 'main' of https://git.bridgemanaccessible.ca/Bridgeman-Accessible/ba-web-framework
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 30s
2026-01-08 13:46:11 -06:00
Alan Bridgeman
358fbfcc76 Further work to move from CJS to ESM as well as better use of import type ... rather than generic import ... 2026-01-08 13:45:41 -06:00
Forgejo Actions
12ed438053 [Forgejo Actions] Update version to v1.0.39 2026-01-07 22:04:53 +00:00
Alan Bridgeman
1ae24c01b0 Merge branch 'main' of https://git.bridgemanaccessible.ca/Bridgeman-Accessible/ba-web-framework
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 31s
2026-01-07 16:02:52 -06:00