Skip to content

Drop unused Timex branch in Apple OAuth#105

Open
lupodevelop wants to merge 1 commit into
arkemis:mainfrom
lupodevelop:fix/drop-timex-apple-oauth
Open

Drop unused Timex branch in Apple OAuth#105
lupodevelop wants to merge 1 commit into
arkemis:mainfrom
lupodevelop:fix/drop-timex-apple-oauth

Conversation

@lupodevelop

Copy link
Copy Markdown

The expiry check in apple.ex has two operands joined by or:

DatetimeHandler.from_unix(exp) > now or Timex.from_unix(exp) > now

Both sides compute the same value, so the Timex branch is dead code. Removing it.

This is also the only Timex reference left in arke-server, which otherwise only
pulled Timex transitively through arke. Safe to merge on its own; required once
arke drops Timex.

@lupodevelop
lupodevelop requested a review from a team as a code owner June 4, 2026 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant