SHIV5T3R / CO-DE

An Open Source Collaborative Code Editor
36 stars 26 forks source link

Secure Components #54

Closed hobi9 closed 9 months ago

hobi9 commented 9 months ago

The following pr adds the user store, protects the EditorPage component and also handles 401 status code in the axios interceptor

KingXP-Pythoner commented 9 months ago

PR looks good. I'd say pls change the resetuser action to resetUser so we follow the camelCase convention and prevent confusion.

hobi9 commented 9 months ago

PR looks good. I'd say pls change the resetuser action to resetUser so we follow the camelCase convention and prevent confusion.

You are right, that was a typo. Thank you for the review

MrBisquit commented 9 months ago

Needs a manual override for testing purposes but overall I think it's a good PR