M server/src/main.rs => server/src/main.rs +1 -1
@@ 105,7 105,7 @@ pub struct UserToken {
pub expires: std::time::SystemTime,
}
-pub const REQUIRED_PERM_LEVEL: i32 = 10;
+pub const REQUIRED_PERM_LEVEL: i32 = 0;
#[derive(Deserialize)]
struct KeyJson {
M starkingdoms-backplane/Cargo.toml => starkingdoms-backplane/Cargo.toml +2 -2
@@ 1,6 1,6 @@
[package]
name = "starkingdoms-backplane"
-version = "0.0.1"
+=version = "0.1.0-alpha1"
authors = ["core <core@e3t.cc>"]
edition = "2021"
description = "The backplane (auth) server that powers StarKingdoms"
@@ 27,4 27,4 @@ rs-snowflake = "0.6"
jwt = "0.16"
sha2 = "0.10"
hmac = "0.12"
-hex = "0.4">
\ No newline at end of file
+hex = "0.4"
M starkingdoms-client/package.json => starkingdoms-client/package.json +1 -1
@@ 1,7 1,7 @@
{
"name": "starkingdoms-client",
"private": true,
- "version": "0.0.1",
+ "version": "0.1.0-alpha1",
"type": "module",
"scripts": {
"dev": "vite",