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/implement-refresh-tokens #9233

Merged
merged 2 commits into from
Oct 12, 2024
Merged

Feat/implement-refresh-tokens #9233

merged 2 commits into from
Oct 12, 2024

Conversation

laipz8200
Copy link
Collaborator

Checklist:

Important

Please review the checklist below before submitting your pull request.

  • Please open an issue before creating a PR or link to an existing issue
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

Description

  • Add ACCESS_TOKEN_EXPIRE_MINUTES to .env.example files and docker-compose.yaml for setting access token validity.
  • Update get_account_jwt_token to use the configured expiration time.
  • Rename OAuthConfig to AuthConfig to encompass general authentication settings.
  • Correct typographical error in GitHub OAuth configuration description.

Fixes

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update, included: Dify Document
  • Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement
  • Dependency upgrade

Testing Instructions

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

@laipz8200 laipz8200 force-pushed the feat/implement-refresh-tokens branch 3 times, most recently from 7d7fcb0 to cdcac9c Compare October 12, 2024 10:00
@laipz8200 laipz8200 self-assigned this Oct 12, 2024
@laipz8200 laipz8200 marked this pull request as ready for review October 12, 2024 10:09
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. 🐍 python Pull requests that update Python code 💪 enhancement New feature or request labels Oct 12, 2024
- Introduced `TokenPair` model for managing access and refresh tokens.
- Added `refresh_token` method to generate new tokens upon expiration.
- Updated login/logout processes to handle token pairs and enhanced security.
- Replaced `get_remote_ip` with `extract_remote_ip` for clarity.
- Added endpoint for refreshing tokens to maintain user session continuity.
- Streamlined expiration time calculation by separating date arithmetic from payload construction.
- Improved code readability and maintainability.
@laipz8200 laipz8200 force-pushed the feat/implement-refresh-tokens branch from cdcac9c to fa67ada Compare October 12, 2024 14:09
@iamjoel iamjoel self-requested a review October 12, 2024 15:27
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Oct 12, 2024
@laipz8200 laipz8200 merged commit f737518 into main Oct 12, 2024
14 checks passed
@laipz8200 laipz8200 deleted the feat/implement-refresh-tokens branch October 12, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💪 enhancement New feature or request lgtm This PR has been approved by a maintainer 🐍 python Pull requests that update Python code size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants