This is my first Web Application and game

Showing full stack development and gaming and art!

Created for Pirate Swoftware Game Jam 15

Just in case link for GDD:
https://docs.google.com/document/d/1lan8N-GOxmvr88WvBdzXQi9Zgb9wsOx4P4jDCsJUNOE/edit?usp=sharing
and link for hosted game on heroku:
https://shadow-alchemy-2f0ea13f4b36.herokuapp.com/

Current Challenge During Login 

 Even when CSRF protection is disabled, the authentication middleware automatically logs out users and redirects them to the sign-in page. 

 Currently, the only way to test is to go directly to the website. 

 I emphasize that everything is still in development, so please use the option provided to create a demo test account and do not use real passwords. Instead, write and use automatically generated passwords for the demo account.

Comments

Log in with itch.io to leave a comment.

Current Challenge During Login

Even when CSRF protection is disabled, the authentication middleware automatically logs out users and redirects them to the sign-in page.

Currently, the only way to test is to go directly to the website.

We emphasize that everything is still in development, so please use the option provided to create a demo test account and do not use real passwords. Instead, write and use automatically generated passwords for the demo account.

The game was not playable because it just showed a black screen in the game frame after signing up.

(2 edits)

I'm pretty sure this game is just a phishing scam. I would recommend changing any password to accounts linked to that email or username that use the same password as the one you used for signup

(+1)

As you may have noticed, the application is in the development phase. That's why we have disabled login with real email accounts and provided the option to signup with a test account that is not linked to an email and uses dummy data.


Unfortunately, we did not anticipate that there would be a challenge accessing the application through embedded content.

Thanks for feedback we will try to make it playable from embeded here on Itch.io

(+1)

Thank you for bringing attention to this unexpected bug. Upon further investigation, we discovered that it is an embedded CSRF protection that prevents access from third-party websites. The challenge arose because embedded content from the web application was included in plain HTML uploaded to Itch.io.