Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

refactor(dbcrypt): migrate oauth_acess_token and oauth_refresh_tokens to BYTEA #9580

Open
Labels
enterpriseEnterprise-license / premium functionality
@johnstcn

Description

@johnstcn

Context:#9522 (comment)

We currently storeoauth_access_token andoauth_refresh_token as strings in the database.
To encrypt these fields, we need to base64 encode them before writing them so that they are still valid UTF-8 text.

If we migrate these columns to be BYTEA instead, we can remove the overhead (such as it may be) of base64 encoding/decoding and instead just store the encrypted values directly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enterpriseEnterprise-license / premium functionality

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp