Client Secrets
Additional setup
Additional setup for client secrets.
Modifying the isServer
function
The default way fatima checks if you are on the server is currently the following:
This works for 99% of the cases, but there are other ways to make the check.
There's actually a library called browser-or-node that can help you with that.
If you want to use this library or already do so, you can modify the isServer
function like this: