Subscriptions with Vanilla JS
Subscriptions build upon Reflow's authentication system, which makes them straightforward to integrate in a new or existing React project.
Installation
The first step is to install the Auth library.
npm install @reflowhq/auth
This gives you access to a number of methods for authenticating users, checking the user's subscription status and initiating new subscriptions.
Read more in the library docs.