Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
[PUL-6860] Cleanup of repositories

  1. … 22 more files in changeset.
[PUL-6818] Removed cached fields from JWT token, and refactored references

  1. … 23 more files in changeset.
[PUL-6793] Pull pulse system from local storage during init, not from JWT token

  1. … 10 more files in changeset.
[PUL-6779] Add missing fields to JWT user details data

  1. … 2 more files in changeset.
[PUL-6778] Removed duplicate user data from JwtResponse (it's encoded in the token)

  1. … 2 more files in changeset.
[PUL-6778] Login and JWT refresh endpoints now also return user data

  1. … 4 more files in changeset.
[PUL-6749] Added new fields to JwtUserData, and a method to convert to a User

  1. … 1 more file in changeset.
[PUL-6744] Added token refresh controller method, misc. cleanup

  1. … 5 more files in changeset.
[PUL-6749] [PUL-6750]

* Store custom user details object in JWT claim (currently has some serialization issues on parsing)

* Fixed some Spring Security configuration issues

* Switched to use Spring Security login form controller

* Fixed issue where unauthorized access errors were returning a HTTP status of 404 instead of 401

* Refactored JwtRequestFilter to properly generate an authorized token during login using a new method in JwtTokenUtil that properly validates the token

    • -0
    • +140
    ./JwtUserData.java
  1. … 8 more files in changeset.
[PUL-6744] Initial commit of JWT changes

  1. … 17 more files in changeset.