Currently, in [+layout/server.ts](https://github.com/bluprince13/notesapp/blob/main/src/routes/%2Blayout.server.ts#L7-L9) I redirect to `/` if the user is not authenticated. I'm not sure if that is fully securing my backend. Needs further investigation.
Currently, in +layout/server.ts I redirect to
/if the user is not authenticated.I'm not sure if that is fully securing my backend. Needs further investigation.