Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lklynet/aurral
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: lklynet/aurral
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: t3code/investigate-better-auth
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 59 files changed
  • 1 contributor

Commits on Aug 25, 2026

  1. refactor(auth): migrate authentication to better auth

    - Replace legacy sessions and OIDC auth with Better Auth
    - Preserve existing user IDs, credentials, adapters, and integration flows
    - Add migration coverage and update authentication documentation
    lklynet committed Aug 25, 2026
    Configuration menu
    Copy the full SHA
    3146dc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94cb70e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2026

  1. Configuration menu
    Copy the full SHA
    8d7fc76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    762fc59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c877aee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9673d29 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/t3code/investigate-better-auth' …

    …into t3code/investigate-better-auth
    lklynet committed Aug 26, 2026
    Configuration menu
    Copy the full SHA
    2a0e9d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ed402e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad6115a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b7d03e View commit details
    Browse the repository at this point in the history
  9. fix(settings): clean up auth logging and user settings layout

    - suppress the expected Better Auth base URL warning
    - simplify user actions and permissions styling
    lklynet committed Aug 26, 2026
    Configuration menu
    Copy the full SHA
    4f3dbca View commit details
    Browse the repository at this point in the history
  10. fix(auth): preserve oidc roles across user updates

    - retain OIDC role metadata when Better Auth updates users
    - derive usernames from displayUsername when needed
    lklynet committed Aug 26, 2026
    Configuration menu
    Copy the full SHA
    97b38eb View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/t3code/investigate-better-auth' …

    …into t3code/investigate-better-auth
    lklynet committed Aug 26, 2026
    Configuration menu
    Copy the full SHA
    fd5b1bf View commit details
    Browse the repository at this point in the history
Loading