LimboAuth Client Mod 图标

LimboAuth Client Mod

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.0.0
本资源为搬运资源,原资源地址: https://modrinth.com/mod/limboauth-clientmod
资源信息

Minecraft 版本: 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4

平台: forge

标签: utility

资源介绍
Elytrium

LimboAuth Client Mod

Join our Discord

A client mod for LimboAuth \
Test server: ely.su

Mod dependencies

  • Architectury API

Features of LimboAuth Client Mod

  • Saves session tokens to the config file (.minecraft/config/limboauth.yml)
  • You can set your own session token via the custom launcher

How does session token work

  1. The server makes a token - a struct that contains an issue timestamp
  2. The server signs this token with a private verify key (which you can see in the LimboAuth config)
  3. The server sends the token to the client, the client saves it to the config file
  4. When player joins the server, servers asks client if he has a session token
  5. If the player has a session token, it sends it to the server
  6. The server verifies the token via the private verify key

How to generate a session token

Pseudocode

# This key must be the same in the plugin config and in the server hash issuer
verify_key = "testkey123"
issue_timestamp = unix_timestamp_millis()
player_username = "TestPlayer123"

username_bytes = utf8.string_to_bytes(lower(player_username))
timestamp_bytes = big_endian.long_to_bytes(issue_timestamp)

# siphash 2-4 (default siphash) is used here
tokenhash = siphash.hash(verify_key, byte_concat(username_bytes, timestamp_bytes))
hash_bytes = big_endian.long_to_bytes(tokenhash)

token = base64.encode_to_string(byte_concat(timestamp_bytes, hash_bytes))

When does the token expire?

  • The token expires if the player changes his password
  • See ISSUEDTIME database field

Donation

Your donations are really appreciated. Donations wallets/links/cards:

  • MasterCard Debit Card (Tinkoff Bank): 5536 9140 0599 1975
  • Qiwi Wallet: PFORG or this link
  • YooMoney Wallet: 4100 1721 8467 044 or this link
  • Monero (XMR): 86VQyCz68ApebfFgrzRFAuYLdvd3qG8iT9RHcru9moQkJR9W2Q89Gt3ecFQcFu6wncGwGJsMS9E8Bfr9brztBNbX7Q2rfYS
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Cobblemon: Better Campfire Pot

价格:0 墨喵币
下载量:0

查看详情
Enchant Tweaker

价格:0 墨喵币
下载量:0

查看详情
yazoo.tf Refabricated

价格:0 墨喵币
下载量:0

查看详情
SecureCommands

价格:0 墨喵币
下载量:0

查看详情