HTTP Interceptor #2504
notnullonline
started this conversation in
General
Replies: 1 comment 3 replies
-
Some more details would be helpful. I am not sure I understand how HttpInterceptor and ProtectedRoute are related. Are you talking about checking something on the server or on the client or both? In server functions or in a component? etc. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there something similar to Agular Http Interceptor?
I need it in the auth scenario so I can check the presence of the JWT token, etc...
I found <ProtectedRoute... /> component but it is a bit cumbersome to use...
Beta Was this translation helpful? Give feedback.
All reactions