[PR #641] [MERGED] fix(auth): jwt token decoding #815

Closed
opened 2025-11-01 21:04:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/641
Author: @miikun77
Created: 4/7/2025
Status: Merged
Merged: 4/8/2025
Merged by: @kolaente

Base: mainHead: fix/jwt-token-decoding


📝 Commits (2)

  • 760c028 fix(auth): jwt token decoding
  • 50e998f Merge branch 'main' into fix/jwt-token-decoding

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 frontend/src/stores/auth.ts (+2 -2)

📄 Description

Globally replace '-' and '_' in JWT Base64 decoding
Fixes #388


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/641 **Author:** [@miikun77](https://github.com/miikun77) **Created:** 4/7/2025 **Status:** ✅ Merged **Merged:** 4/8/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `fix/jwt-token-decoding` --- ### 📝 Commits (2) - [`760c028`](https://github.com/go-vikunja/vikunja/commit/760c02878341a3b3660266b218bce36aacc0f90a) fix(auth): jwt token decoding - [`50e998f`](https://github.com/go-vikunja/vikunja/commit/50e998f3fbbf2450b6dce4aebf4847c8c72566ff) Merge branch 'main' into fix/jwt-token-decoding ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/stores/auth.ts` (+2 -2) </details> ### 📄 Description Globally replace '-' and '_' in JWT Base64 decoding Fixes #388 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:04:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#815