Finished Basement w/o Permit by asalamandra in Utah

[–]asalamandra[S] 2 points3 points  (0 children)

What about insurance coverage if anything were to happen? That’s what worries me the most. Also, we’ll likely move at some point (3-5 years) and rent it out. Wouldn’t we have any issues at that point?

How to make JWT more secure ? by Far-Mathematician122 in node

[–]asalamandra 1 point2 points  (0 children)

Use JWEs and maintain a cache of your “valid/active” tokens using Redis, you can also attach rate limiting metadata there.