-
Notifications
You must be signed in to change notification settings - Fork 0
Plugin Base + API Endpoint #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
faisal-alvi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work on this! I see Darin has already provided feedback and covered most of the key points. I’ve also added a few suggestions for consideration, mainly around handling token enc/decryption more safely and ensuring consistency in how tokens are retrieved. Let me know what you think!
…ings in i18n methods.
|
PR updates according to reviews, however we should merge #4 as that removes some of the items that were commented on in this PR. |
Description of the Change
Jobberclass for executing GraphQL Queries.Authclass for handling authorizationEncryptionclass for encrypting tokens.jobber/v1/tokensAPI endpoint for accepting the tokens from the middleware.Closes #1