Skip to content

v4.3 — Confirmed Account Sign-In

Choose a tag to compare

@github-actions github-actions released this 22 Aug 07:05
· 40 commits to main since this release
210b561

Aniraku v4.3

Package: aniraku.anime.app · versionCode: 27

Confirmed account sign-in

  • Aniraku now asks Supabase for the current user before it opens or retains an app session. A cached device token alone is never treated as sign-in approval.
  • Deleted accounts, unconfirmed email accounts, stale sessions, and mismatched current-user records are cleared from local app storage and cannot enter the app.
  • Returning to the foreground repeats this current-user check, so an account deletion made outside the app is respected when the app becomes active.

Simpler account confirmation

  • Account creation now uses a quieter confirmation screen with the recipient email, three short steps, a gentle Spam/Junk fallback, and an option to send another confirmation email.
  • Sign-in remains available only after Supabase confirms the email address. Confirmation and recovery callbacks continue to use the registered aniraku://auth Android route.

Trusted direct updates

  • Updates continue to validate the official Aniraku GitHub Release asset and expected byte size. Aniraku-v4.3.apk.sha256 is included for independent download verification.

If you are upgrading from v1.x under aniraku.anine.app, uninstall that legacy package first. Android treats aniraku.anime.app as a separate application.