Auth0

Hi!

I’m wondering if any of you out there having experience integrating Auth0 (https://auth0.com/) with Fuse Tools?

Please tell me if you have, I’m having trouble knowing where to start.

Cheers
Simon

I don’t think anyone has integrated auth0 with Fuse yet, at least I couldn’t find any reference to a working example.

As for making it work, you should first take a look at their JS client library and see if it works in Fuse as-is, or with minimal porting. I expect it will not because it may depend on being run in node.js or browser environment.

If that doesn’t work out, the next logical step is to wrap their Android and iOS libraries using Foreign code.