Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: patternhelloworld/spring-oauth2-easyplus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 34c2c9a
Choose a base ref
...
head repository: patternhelloworld/spring-oauth2-easyplus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a5b47d0
Choose a head ref
  • 4 commits
  • 26 files changed
  • 1 contributor

Commits on Jan 9, 2025

  1. Refactor: Authorization Code Flow

    Use customized error messages.
    Utilize error code constants.
    patternhelloworld committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    2838db7 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2025

  1. Fix: Normalize grant_type names and add OpaqueGrantTypeAuthentication…

    …Provider to align with Spring Authorization Server standards
    
    Remove the grant_type "code" and replace it with response_type.
    Rename grant_type "code" to "authorization_code".
    Replace EasyPlusGrantAuthenticationToken with OAuth2ClientAuthenticationToken.
    Add OpaqueGrantTypeAuthenticationProvider to handle authorization_code, password, and refresh_token grant types.
    patternhelloworld committed Jan 11, 2025
    Configuration menu
    Copy the full SHA
    1f37e2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efdb29b View commit details
    Browse the repository at this point in the history
  3. ci/cd : v4.1.0

    patternhelloworld committed Jan 11, 2025
    Configuration menu
    Copy the full SHA
    a5b47d0 View commit details
    Browse the repository at this point in the history
Loading