I have an angular app connected to nodejs api.
I need the app to work as pwa and the user can fill forms offline. Whenever user comes under internet the form data shoud be inserted into database without need of authentication.
How do I achieve this??
Asked
Active
Viewed 253 times
0

JayEm
- 3
- 1
- 3
-
You must have authentication, otherwise, anybody can spam your API. – Ajit Panigrahi May 06 '20 at 10:23
-
First I have login page after that user can acces the form. – JayEm May 06 '20 at 11:20
-
How do I achieve this in pwa? – JayEm May 06 '20 at 11:21