2oubleUd / Web-Poker-Video-Game

A lightweight and intuitive web-based poker game designed for players of all levels. Enjoy the excitement of poker without the need for downloads or installations. Connect with players worldwide, compete in tournaments, and experience authentic gameplay.
0 stars 1 forks source link

Add authentication to RESTful Api methods #13

Closed 2oubleUd closed 3 weeks ago

2oubleUd commented 2 months ago

Add authentication to api methods because everyone can delete someone's account or add everyone more money

2oubleUd commented 1 month ago

We have to solve the problem with Api calls sent from Blazor app. App doesn't send calls properly. JWT Bearer is not added to the api call header properly (probably) and endpoints are not correct because same Api works fine.