Skip to content

Split out jwt token into a separate crate#259

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

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

Conversation

@arseny-bogomolov
Copy link
Copy Markdown

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
Copy link
Copy Markdown

changelog-app bot commented Aug 11, 2025

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
Copy link
Copy Markdown

stale bot commented Oct 18, 2025

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