Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.1.0 #2

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

Release 0.1.0 #2

wants to merge 23 commits into from

Conversation

PhilVoel
Copy link
Member

@PhilVoel PhilVoel commented Feb 6, 2023

First functional interface
Register, login and logout work

@PhilVoel
Copy link
Member Author

PhilVoel commented Feb 7, 2023

I might have to do some changes in game.js @Marleematic

For whatever reason (I couldn't figure out in the last 2 entire days)
when using application/json the JSON.parse() function in the server
crashes (you also can't just take the requst body since it is still a
string). It works with plain text though so even though it's technically
incorrect to use text/plain we'll use it until somebody figures out what
the hell is wrong.
Do note that the same request (Content-Type also application/json) but
made from a REST client works perfectly fine.
Also opening an issue for this
@PhilVoel
Copy link
Member Author

PhilVoel commented Feb 8, 2023

Update: Change has been implemented, you can go ahead and review now @Marleematic

@PhilVoel PhilVoel removed their assignment Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants