rockycookie / blackjack_server

Blackjack game server providing APIs for player signup/login and single player game against robot dealer. Currently multi-player game is waiting implementation on blackjack_ui~
0 stars 0 forks source link

Authorize game requests by JWT token #38

Closed rockycookie closed 3 years ago

rockycookie commented 3 years ago

Each and every Game request should be authorized by the JWT token

rockycookie commented 3 years ago

Redundant issue to #28