We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see that koudoku is exposing user id & subscription id in URL:
/koudoku/users/4/subscriptions/12
Visiting /user/subscription could automatically open current_user and current_subscription. Is there a quick way to do it?
/user/subscription
current_user
current_subscription
The text was updated successfully, but these errors were encountered:
@knagode If you are using e.g. Postgres, you could change your user and subscription primary keys to type UID.
Sorry, something went wrong.
The route shouldn't be exposing either one.. @knagode did you manage?
@jrz haven't found a good solution and said .. Lets leave it as it is until we get more subscribers :)
No branches or pull requests
I see that koudoku is exposing user id & subscription id in URL:
/koudoku/users/4/subscriptions/12
Visiting
/user/subscription
could automatically opencurrent_user
andcurrent_subscription
. Is there a quick way to do it?The text was updated successfully, but these errors were encountered: