Skip to content

Split out jwt token into a separate crate#259

Open
arseny-bogomolov wants to merge 2 commits into
developfrom
ab/split-out-jwt-token
Open

Split out jwt token into a separate crate#259
arseny-bogomolov wants to merge 2 commits into
developfrom
ab/split-out-jwt-token

Conversation

@arseny-bogomolov

Copy link
Copy Markdown
Contributor

Before this PR

UnverifiedJwt type is useful for use by Witchcraft applications, but it's currently private to the witchcraft-server crate.

After this PR

==COMMIT_MSG==
UnverifiedJwt type is now in a dedicated witchcraft-jwt crate, and has public parse() method
==COMMIT_MSG==

Possible downsides?

This should probably eventually be a separate repo.

@changelog-app

changelog-app Bot commented Aug 11, 2025

Copy link
Copy Markdown

Generate changelog in changelog/@unreleased

Type (Select exactly one)

  • Feature (Adding new functionality)
  • Improvement (Improving existing functionality)
  • Fix (Fixing an issue with existing functionality)
  • Break (Creating a new major version by breaking public APIs)
  • Deprecation (Removing functionality in a non-breaking way)
  • Migration (Automatically moving data/functionality to a new system)

Description

UnverifiedJwt type is now in a dedicated witchcraft-jwt crate, and has public parse() method

Check the box to generate changelog(s)

  • Generate changelog entry

@stale

stale Bot commented Oct 18, 2025

Copy link
Copy Markdown

This PR has been automatically marked as stale because it has not been touched in the last 14 days. If you'd like to keep it open, please leave a comment or add the 'long-lived' label, otherwise it'll be closed in 7 days.

@stale stale Bot added the stale label Oct 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant