mangayomi-mirror/lib
NBA2K1 73e7ad05f9 Fix MyAnimeList expiresIn retrieval
Remove incorrect expiresIn calculation in `OAuth.fromJson`. The `login()`
function of the MyAnimeList class already sets expiresIn as an absolute timestamp in milliseconds.
Multiplying by 1000 and adding the current timestamp in fromJson caused
expiresIn to be inflated, making the expiration check in `_getAccessToken()`
always false, skipping token refresh and returning an invalid token.
2025-05-04 22:36:54 +02:00
..
eval Update m_bridge.dart 2025-04-25 21:32:48 +02:00
ffi dart format 2025-02-23 15:31:49 +01:00
l10n Better UX for mobile 2025-04-27 03:15:04 +02:00
models Remove code duplication + BugFix 2025-04-24 05:48:52 +02:00
modules Fix MyAnimeList expiresIn retrieval 2025-05-04 22:36:54 +02:00
providers storage_provider trim() 2025-05-02 13:02:50 +02:00
router DRY the code in router.dart 2025-04-28 03:18:36 +02:00
services Idk why I had removed the requirement 2025-05-02 13:13:14 +02:00
src/rust chore: update flutter_rust_bridge 2025-04-02 13:34:13 +01:00
utils Remove code duplication + BugFix 2025-04-24 05:48:52 +02:00
main.dart #148 2025-05-02 13:44:37 +02:00