Skip to content

Commit

Permalink
Merge pull request #224 from Far-Beyond-Dev/153-authentication-proces…
Browse files Browse the repository at this point in the history
…s-to-prove-to-the-server-that-the-client-is-really-the-correct-game-client

Authentication WIP
  • Loading branch information
tristanpoland authored Jan 21, 2025
2 parents 207aa49 + 7a93b46 commit 7bad1ad
Show file tree
Hide file tree
Showing 8 changed files with 155 additions and 2,661 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Cargo.lock
*.swp
*.swo
.DS_Store
*.glue
dhat-heap.json
.vim/
.nova/
.sublime-workspace
Expand Down
1 change: 1 addition & 0 deletions backends/stars_beyond/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ horizon_data_types = "0.4.0"
socketioxide = "0.15.1"
parking_lot = "0.12.3"
serde_json = "1.0.134"
serde = "1.0.134"
#
#
#
Expand Down
Loading

0 comments on commit 7bad1ad

Please sign in to comment.