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

feat(encryption): use new encryption module #74

Closed
wants to merge 2 commits into from

Conversation

RomainLanz
Copy link
Member

@RomainLanz RomainLanz commented Jul 29, 2023

Hey! 👋🏻

This PR moves any reference to the encryption to the new driver-based system.

You can now specify which encryptor you want to use to sign route or encrypt cookies.

defineConfig({
  encrypters: {
    signedRoute: 'legacy',
    cookie: 'legacy',
  }
})

Related:

@RomainLanz RomainLanz marked this pull request as draft July 29, 2023 20:12
Copy link

stale bot commented Dec 15, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: Abandoned Dropped and not into consideration label Dec 15, 2023
@RomainLanz RomainLanz added Status: On Hold The work was started earlier, but is on hold now. Check comments for reasoning and removed Status: Abandoned Dropped and not into consideration labels Dec 15, 2023
@thetutlage thetutlage deleted the branch next January 7, 2024 07:18
@thetutlage thetutlage closed this Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: On Hold The work was started earlier, but is on hold now. Check comments for reasoning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants