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

Token authorization #28

Closed rockycookie closed 4 years ago

rockycookie commented 4 years ago

After user authenticated by email and password, further authorization should be done by token.

Reference: https://github.com/lukeZhangMengxi/datastruct-algorithm/pull/14