sadmann7 / skateshop

An open source e-commerce skateshop build with everything new in Next.js.
https://skateshop.sadmn.com
MIT License
5.23k stars 745 forks source link

access to signin/signup pages even when authenticated #29

Closed benconte closed 1 year ago

benconte commented 1 year ago

Am not sure if this is something you would want, but shouldn't access to the signin/signup pages be restricted when we are authenticated

sadmann7 commented 1 year ago

Yes, need to redirect when signed in

AkshayBandi027 commented 1 year ago

Hey @sadmann7 , I have created a pull request about this issue, please take a look at it . Feedback would be appreciated !

ravvi-kumar commented 1 week ago

Currently, users can still access the sign-in pages even after they are logged in.

This issue was previously addressed in Pull Request #32, but it appears that the fix is no longer present in the main branch.

ravvi-kumar commented 1 week ago

Hey @sadmann7 , I have created a pull request about this issue, please take a look at it . Feedback would be appreciated !