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

Refactor JWT secret generating & decoding code #29172

Merged
merged 3 commits into from Feb 16, 2024

Conversation

wxiaoguang
Copy link
Contributor

Old code is not consistent for generating & decoding the JWT secrets.

Now, the callers only need to use 2 consistent functions: NewJwtSecretWithBase64 and DecodeJwtSecretBase64

And remove a non-common function Base64FixedDecode from util.go

@wxiaoguang wxiaoguang added the type/refactoring Existing code has been cleaned up. There should be no new functionality. label Feb 15, 2024
@wxiaoguang wxiaoguang added this to the 1.22.0 milestone Feb 15, 2024
@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Feb 15, 2024
@pull-request-size pull-request-size bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Feb 15, 2024
@github-actions github-actions bot added the modifies/cli PR changes something on the CLI, i.e. gitea doctor or gitea admin label Feb 15, 2024
@wxiaoguang wxiaoguang removed the modifies/cli PR changes something on the CLI, i.e. gitea doctor or gitea admin label Feb 15, 2024
@github-actions github-actions bot added the modifies/cli PR changes something on the CLI, i.e. gitea doctor or gitea admin label Feb 15, 2024
@wxiaoguang wxiaoguang removed the modifies/cli PR changes something on the CLI, i.e. gitea doctor or gitea admin label Feb 15, 2024
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Feb 15, 2024
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Feb 16, 2024
@github-actions github-actions bot added the modifies/cli PR changes something on the CLI, i.e. gitea doctor or gitea admin label Feb 16, 2024
@wxiaoguang wxiaoguang enabled auto-merge (squash) February 16, 2024 13:46
@wxiaoguang wxiaoguang merged commit 45c1538 into go-gitea:main Feb 16, 2024
26 checks passed
@wxiaoguang wxiaoguang deleted the refactor-jwt-secret branch February 16, 2024 15:29
silverwind pushed a commit to silverwind/gitea that referenced this pull request Feb 20, 2024
Old code is not consistent for generating & decoding the JWT secrets.

Now, the callers only need to use 2 consistent functions:
NewJwtSecretWithBase64 and DecodeJwtSecretBase64

And remove a non-common function Base64FixedDecode from util.go
wxiaoguang added a commit to wxiaoguang/gitea that referenced this pull request Feb 22, 2024
Old code is not consistent for generating & decoding the JWT secrets.

Now, the callers only need to use 2 consistent functions:
NewJwtSecretWithBase64 and DecodeJwtSecretBase64

And remove a non-common function Base64FixedDecode from util.go
lunny pushed a commit that referenced this pull request Feb 22, 2024
Backport #29205 (including #29172)

Use a clearly defined "signing secret" for token signing.
Copy link

Automatically locked because of our CONTRIBUTING guidelines

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. modifies/cli PR changes something on the CLI, i.e. gitea doctor or gitea admin size/L Denotes a PR that changes 100-499 lines, ignoring generated files. type/refactoring Existing code has been cleaned up. There should be no new functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants