Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

vasovicm

3
Posts
A member registered Dec 03, 2023 · View creator page →

Creator of

Recent community posts

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.

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

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.