8000 Comparing akhettar:master...weezel:main · akhettar/gin-jwt-cognito · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: akhettar/gin-jwt-cognito
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: weezel/gin-jwt-cognito
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 8 files changed
  • 1 contributor

Commits on Feb 23, 2024

  1. Style.

    Remove extra newline after function signature. Now these are consistent
    with other functions.
    
    Group and sort third party packages separately.
    
    Simplify.
    
    Signed-off-by: Ville Valkonen <weezel@users.noreply.github.com>
    weezel committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    bfc4e5d View commit details
    Browse the repository at this point in the history
  2. Change fork's location.

    Signed-off-by: Ville Valkonen <weezel@users.noreply.github.com>
    weezel committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    34ab309 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Constant time comparison for sensitive data.

    Also constantify error messages so it's easier to match them in callee
    code.
    
    Signed-off-by: Ville Valkonen <weezel@users.noreply.github.com>
    weezel committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    c504c3c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Mention that this is a fork and list differences.

    Also lint the document.
    
    Signed-off-by: Ville Valkonen <weezel@users.noreply.github.com>
    weezel committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    45f2a43 View commit details
    Browse the repository at this point in the history
  2. Add .golangci.yml file.

    Signed-off-by: Ville Valkonen <weezel@users.noreply.github.com>
    weezel committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    6c8ccdb View commit details
    Browse the repository at this point in the history
  3. Simplify tests and remove testify dependency.

    Signed-off-by: Ville Valkonen <weezel@users.noreply.github.com>
    weezel committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    446ad12 View commit details
    Browse the repository at this point in the history
  4. Add Makefile.

    Signed-off-by: Ville Valkonen <weezel@users.noreply.github.com>
    weezel committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    0f69495 View commit details
    Browse the repository at this point in the history
  5. Correct name for the Authorization header.

    Signed-off-by: Ville Valkonen <weezel@users.noreply.github.com>
    weezel committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    5e220d6 View commit details
    Browse the repository at this point in the history
  6. Group variables by the common prefix.

    Signed-off-by: Ville Valkonen <weezel@users.noreply.github.com>
    weezel committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    578a784 View commit details
    Browse the repository at this point in the history
  7. Update to JWT v4.

    Signed-off-by: Ville Valkonen <weezel@users.noreply.github.com>
    weezel committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    0f41587 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b4c34d View commit details
    Browse the repository at this point in the history
  9. Update modules.

    Signed-off-by: Ville Valkonen <weezel@users.noreply.github.com>
    weezel committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    b3817dd View commit details
    Browse the repository at this point in the history
Loading
0