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

BA: jwt user management #88

Merged
merged 3 commits into from
Mar 11, 2024
Merged

BA: jwt user management #88

merged 3 commits into from
Mar 11, 2024

Conversation

anicioalexandre
Copy link
Collaborator

@anicioalexandre anicioalexandre commented Mar 6, 2024

  • authentication package update - v 2.1.0

    • Create useJWTUser and useUpdateUser for user management in the client side using JWT.
    • Rename the constant PRE_AUTH_API_KEY to AUTH_API_KEY.
    • Add phoneNumber field to the IUser interface.
  • utils package update - v 2.1.0

    • Append data in a FormData instance when using an axios instance created by createAxiosInstance setting file and useFormData options to true. This will be the default behavior when using axiosForFiles.
    • Create filterDirtyValues, getInitialValues and toBase64 util functions.
    • Add default parameters to the refreshAccessToken function.
  • tsconfig package update - v 1.1.5

    • Upgrade to ES6.

Copy link

changeset-bot bot commented Mar 6, 2024

⚠️ No Changeset found

Latest commit: 261bc0a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pt-tsl pt-tsl force-pushed the BA-jwt-user-management branch 3 times, most recently from 06752f3 to a41f436 Compare March 7, 2024 19:37
@anicioalexandre anicioalexandre force-pushed the BA-jwt-user-management branch from 02f756a to 261bc0a Compare March 11, 2024 11:36
@anicioalexandre anicioalexandre merged commit fab862e into master Mar 11, 2024
5 checks passed
@anicioalexandre anicioalexandre deleted the BA-jwt-user-management branch March 11, 2024 11:45
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.

3 participants