Commit graph

10 commits

Author SHA1 Message Date
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
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
Alan Bridgeman
198971a815 Needed to change response parsing for status on pending app waiting
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 40s
2026-01-31 21:45:33 -06: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
Alan Bridgeman
90e5c7df03 Fixed minor issues with alignment of types and such
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 31s
2026-01-29 17:19:47 -06:00
Alan Bridgeman
90168f0858 Changes so that I don't have to change the OAuthApp class if I change the custom claims next time (the types should just work automatically)
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 33s
2026-01-29 11:57:17 -06:00
Alan Bridgeman
223f52b746 Added some type generics type safety stuff
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 30s
2026-01-29 11:30:53 -06:00
Alan Bridgeman
01306bf3a3 Refined some of the types and added needed support for webhooks and addons in the OAuthApp class
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 45s
2026-01-29 10:56:44 -06: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
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
Renamed from src/OAuthApp.ts (Browse further)