I’m creating “Users” and then pages that has restricted access to these pages. Which all works fine.
I’m trying to run some client side code in order to see who is logged in:
const membersAPI = window.Webflow && Webflow.require(‘members’);
Webflow.require(‘members’) is always undefined.
During runtime i’d simply like to see username, fullname and perhaps custom properties using javascript in the client.
Does this not exist? is it possible to, with client side javascript, fetch the user?
Thanks in advance.
Here is my site Read-Only: LINK
(how to share your site Read-Only link)