New URL formats #14

Open
opened 2025-02-28 11:31:53 +01:00 by kazhnuz · 0 comments
Owner

Use high-level "namespaces" to handle the type of security and then call the right controlers then view :

  • / will be handled like index.php currently
  • /game/{{characterid}}/ : all secure page of the gameplay, need authentification and character id to be owned by the player
  • /site/ : all page visible to the public (including help and stuff, but also login), will contain help, forum, etc.
  • /user/ : all page related to current user (incode, will be handled certainly in a /site/secure folder)
  • /logout : a special page to handle logout
Use high-level "namespaces" to handle the type of security and then call the right controlers then view : - `/` will be handled like index.php currently - `/game/{{characterid}}/` : all secure page of the gameplay, need authentification and character id to be owned by the player - `/site/` : all page visible to the public (including help and stuff, but also login), will contain help, forum, etc. - `/user/` : all page related to current user (incode, will be handled certainly in a /site/secure folder) - `/logout` : a special page to handle logout
kazhnuz added this to the v0.1.0 milestone 2025-02-28 11:31:53 +01:00
kazhnuz added the
Kind/Feature
Compat/Breaking
Priority
High
labels 2025-02-28 11:31:53 +01:00
kazhnuz added this to the Code modernisation project 2025-02-28 11:31:53 +01:00
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: game-projects/dragon-forks#14
No description provided.