Skip to content

Refactoring UserCreds - #449

Merged
BryceStevenWilley merged 1 commit into
mainfrom
refactor_creds
Sep 9, 2026
Merged

Refactoring UserCreds#449
BryceStevenWilley merged 1 commit into
mainfrom
refactor_creds

Conversation

@BryceStevenWilley

Copy link
Copy Markdown
Collaborator

A ton of stuff assumed that all calls would have a TylerToken, even after delegating the actual search for it to the AuthenticateRequestInterceptor. Needed to make interfaces for the actual credentials, and then let everything handle if there's not credentials available. Tyler implementations should return / return ASAP, but TrueFiling implementations should work fine without creds.

Started some simple Exception handling stuff to let Tyler implementations throw errors more cleanly, without it needing to be present in the services.

A ton of stuff assumed that all calls would have a TylerToken, even after delegating
the actual search for it to the AuthenticateRequestInterceptor. Needed to make interfaces
for the actual credentials, and then let everything handle if there's not credentials
available. Tyler implementations should return / return ASAP, but TrueFiling implementations
should work fine without creds.

Started some simple Exception handling stuff to let Tyler implementations throw errors
more cleanly, without it needing to be present in the services.
@BryceStevenWilley
BryceStevenWilley merged commit 3c2c9e0 into main Sep 9, 2026
4 checks passed
@BryceStevenWilley
BryceStevenWilley deleted the refactor_creds branch September 9, 2026 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant