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

Add error handling to examples #312

Merged
merged 8 commits into from
Oct 9, 2023
Merged

Add error handling to examples #312

merged 8 commits into from
Oct 9, 2023

Commits on Jun 1, 2023

  1. Add error handling to examples

    The error after calling jwt.Parse is often omitted while other errors are checked. The lack of consistency can be a bit confusing I think, so this PR adds some of the checks in.
    craigpangea committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    1d80f52 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Address feedback

    craigpangea committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d600bb6 View commit details
    Browse the repository at this point in the history
  2. One more

    craigpangea committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3f20133 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. feedback

    craigpangea committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f831c9d View commit details
    Browse the repository at this point in the history
  2. Use Println

    craigpangea committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2d1267c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bf144f View commit details
    Browse the repository at this point in the history
  4. Fix merge

    craigpangea committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a2cc2c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Consistent use of else-if

    oxisto committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    3a47f37 View commit details
    Browse the repository at this point in the history