Skip to content

#6 Propagate JWT error message#8

Merged
ABMC831 merged 3 commits intomasterfrom
feature/#6-Propagate-JWT-error-message
Sep 18, 2024
Merged

#6 Propagate JWT error message#8
ABMC831 merged 3 commits intomasterfrom
feature/#6-Propagate-JWT-error-message

Conversation

@ABMC831
Copy link
Contributor

@ABMC831 ABMC831 commented Sep 4, 2024

Propagates more info for JWT failure towards the user
closes #6

@ABMC831 ABMC831 requested a review from Zejnilovic September 4, 2024 13:26
@ABMC831 ABMC831 self-assigned this Sep 4, 2024
@ABMC831 ABMC831 force-pushed the feature/#6-Propagate-JWT-error-message branch from b50683d to b644772 Compare September 5, 2024 08:33
return getToken()
if event["resource"] == "/Topics":
return getTopics()
if event["resource"] == "/Topics/{topicName}":
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are our resources in url capitalized?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, would you prefer them not to be?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in #12

Co-authored-by: Saša Zejnilović <zejnils@gmail.com>
@ABMC831 ABMC831 merged commit 8909407 into master Sep 18, 2024
@ABMC831 ABMC831 deleted the feature/#6-Propagate-JWT-error-message branch September 18, 2024 06:37
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.

Propagate JWT error message

2 participants