Confused how to display pricing table for authenticated user?
ExpressTypeScript
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.,
pricing_table_key=client_plans
pricing_table_key=client_plans
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.