feat: Implement starting a Blackjack game (CAS-50) #89

Merged
ptran merged 8 commits from feat/blackjack into main 2025-03-26 13:47:14 +00:00
Showing only changes of commit 1a4b3f073f - Show all commits

View file

@ -1,6 +1,6 @@
POST http://localhost:9090/realms/LF12/protocol/openid-connect/token POST http://localhost:9090/realms/LF12/protocol/openid-connect/token
Content-Type: application/x-www-form-urlencoded Content-Type: application/x-www-form-urlencoded
grant_type=password&client_id=lf12&username=lf12_test_user&password=secret grant_type=password&client_id=lf12&username=lf12_test_user&password=secret&scope=openid
> {% client.global.set("token", response.body.access_token); %} > {% client.global.set("token", response.body.access_token); %}