Skip to content
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

Java: Fetch user data #1145

Open
3 of 6 tasks
serhii-vydiuk-kevychsolutions opened this issue Dec 8, 2024 · 1 comment
Open
3 of 6 tasks

Java: Fetch user data #1145

serhii-vydiuk-kevychsolutions opened this issue Dec 8, 2024 · 1 comment
Assignees
Labels
java Issues related to our Java SDK

Comments

@serhii-vydiuk-kevychsolutions
Copy link
Collaborator

serhii-vydiuk-kevychsolutions commented Dec 8, 2024

As a developer I want to fetch user info to have a relation between user and request data

Definition of done:

  • Read Readme API key as an environment variable
  • Fetching user data from headers
  • Fetching user data from body
  • Fetching user data from JWT
  • Example application is updated
  • Unit tests are added
@serhii-vydiuk-kevychsolutions serhii-vydiuk-kevychsolutions added the java Issues related to our Java SDK label Dec 8, 2024
@serhii-vydiuk-kevychsolutions
Copy link
Collaborator Author

serhii-vydiuk-kevychsolutions commented Dec 11, 2024

Implemented fetching user data from HTTP headers, based on yaml configuration. Added unit tests and tested with example application.
Commit: febcd8b

UPD: Additionally, commit contains some improvements related to the code implemented earlier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Issues related to our Java SDK
Projects
None yet
Development

No branches or pull requests

1 participant