forslundscott / scorecardApp

Design an easy way for score keeping of sports events
1 stars 0 forks source link

Make app viewable when not signed in #19

Open forslundscott opened 4 months ago

forslundscott commented 4 months ago

Description

Need a way for users to view standings, schedules, and other items without signing in nor having access to changing anything.

Additional Notes

forslundscott commented 4 months ago

I started creating a way for users that are not logged in to view base level information.

There is an issue with when logging in the session is overwritten with a new one. Need to fix. Likely in the separate passport js file. Around the new local strategy and authenticate user.

forslundscott commented 4 months ago

I added functionality to allow users to be in app without signing in.