Nextauth (ui-env-changed)#16
Merged
IdhamTryCode merged 5 commits intomainfrom Apr 6, 2026
Merged
Conversation
- Replaced custom JWT authentication with NextAuth for session management. - Removed obsolete tables related to the old auth system: refresh_token, oauth_state, and user_session. - Updated Apollo client to handle authentication errors by redirecting to login. - Cleaned up related resolvers and services, removing unused methods and dependencies. - Adjusted GraphQL schema to reflect changes in authentication flow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Updated Apollo client to utilize NextAuth's signOut for handling authentication errors, ensuring proper session cleanup before redirecting to login. - Removed unnecessary knex retrieval methods in AuthResolver, directly accessing knex from context. - Enhanced user and role management logic in NextAuth integration, utilizing transactions for user creation and role assignment. - Cleaned up imports and adjusted GraphQL context to include knex for database operations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Updated GitHub Actions workflow to include 'nextauth' branch for image builds and pushes. - Configured image tags to enable deployment for the 'nextauth' branch alongside existing branches.
- Modified GitHub Actions workflow to trigger on release published events instead of specific branches and tags. - Simplified image tagging logic by removing conditional checks for branches, ensuring consistent tagging for all builds. - Set Docker image push to always true, allowing images to be pushed regardless of the event type.
- Removed unused API Management button from HeaderBar to streamline the component. - Adjusted the remaining button structure for clarity and maintainability.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.