Storing custom values

I’m trying to build a mobile app with Ionic2 and I want to integrate free and premium features. How can I handle authorization with Auth0? Can I store custom values? or ?

You should look at our documentation for metadata. App metadata can store custom data related to user’s, e.g. plan, which you can use in your app to enable/restrict features.