New URL formats #14
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: game-projects/dragon-forks#14
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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