-
My storage manager is configured in the following way:
The endpoints require authentication and a way of handling the situation when a new auth token has to be generated - for instance if the fetch cannot be performed due to an expired auth token. So is there any way to change the way how grapesjs does the fetch? |
Beta Was this translation helpful? Give feedback.
Answered by
artf
Jan 23, 2023
Replies: 1 comment
-
You can replace the remote storage with your own implementation and do whatever logic you need. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
umkl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can replace the remote storage with your own implementation and do whatever logic you need.