v1.0.1 changes #11
Reference in New Issue
Block a user
Delete Branch "betterauth"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR is bigger then I wanted it to be. The reason being is that I had merged 3 different branches down into this one branch.
Anyway, on to the changes.
Character system is now implemented. closes #4, #5 and #6
Moved from consul to Kubernetes #9 #10
Updated the auth system to now use the tables that better-auth creates for the web site frontend. This allows us to implement two-factor auth onto accounts.
Also implemented the initial packets for getting into the map and walking around. Will need to change this later to have the world service handle the responses as right now the packet service just builds and sends data directly to the client.