Replies: 1 comment
|
Just constructed a custom url without using urlFor, if this can be handled in another way let me know. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is it possible with below route to obfuscate the [key] only? Right now the [screenname] part is also getting obfuscated when it holds numbers like: "Cootje58".
.get(name="profile", pattern="user/[screenname]/[key]", to="users##profile", constraints = { key = "\w+\d+" })All reactions