Is it possible to use 'server side' npm modules in Framer? As in, run a service as part of the Framer package?
4 Comments
Jorn van Dijk
Not sure what you're trying to achieve, elaborate?
Sam Thorne
For example, running an OAuth server to server authenticator to return an access token for the prototype to use, so that I don't have to use the implicit grant auth flow and can use a refresh token
Koen Bok
Not at this time. It's just the Safari browser env. It would be interesting to get this to work at some point though.
Sam Thorne
I was thinking because you're already running a server environment in the prototype views, being able to link into the gulp script that inits the environment might not be so difficult
4 Comments