Confused how to display pricing table for authenticated user?
Currently, I am disabled presenting a pricing table to new registrations. However, I want to provide a URL to a registered user that displays them the appropriate pricing table. e.g.,
However, I am confused what URL I can use, is there a URL I can create for an authenticated user to view the pricing table?
I use ExpressJS, and can setup a route that checks auth, and if authenticated provides the pricing table.
I have read https://docs.kinde.com/billing/billing-user-experience/add-billing-to-url-sdk/ but don't understand how this can be implemented. Is this for a brand-new user registration?
pricing_table_key=client_plansHowever, I am confused what URL I can use, is there a URL I can create for an authenticated user to view the pricing table?
I use ExpressJS, and can setup a route that checks auth, and if authenticated provides the pricing table.
I have read https://docs.kinde.com/billing/billing-user-experience/add-billing-to-url-sdk/ but don't understand how this can be implemented. Is this for a brand-new user registration?
Kinde docs
Guide to integrating billing into your application using URL parameters, React SDK components, and authentication flows.