You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@eusonlito Pizzly works great for both backend and frontend applications.
The only caveat with backend is that at some point you will need to prompt an authorization modal to the user. This needs to be managed by some frontend code (JS). But once you've an authId it's totally manageable from the backend.
To make API call from the backend, look at the proxy & API references.
PS: I might have not well understood what you're trying to achieve. If that's the case, I'm really sorry! Feel free to explain further or add a schema / diagram of the whole flow. That might be easier!
I currently have a project connected with dropbox and google drive with oauth and all my connection is only using backend code.
state
andcode
) and generate an api token, as an usual on oauth services.I'm coding a PHP API service to Pizzly based on your node service to release on finish.
authId
?Once backend has a user
authId
I can connect my backend with Pizzly using my PHP service.Thanks!
The text was updated successfully, but these errors were encountered: