AP-Students / website

1 stars 17 forks source link

First website prototype #84

Closed manningwu07 closed 1 month ago

manningwu07 commented 2 months ago

Protected routes, changing user membership status, and AP Links (not built yet but linked)

manningwu07 commented 2 months ago

Website prototype is done :O

(Admin stuff, User stuff, Firebase, etc.)

Only need styling and code efficency configurations now. + some other minor details like the git diff stuff.

AlokSwaminathan commented 2 months ago

I notice that you are using cookies for auth, there is setCustomUserClaims for firebase which is intended for auth, I think porting to that might be more ideal

manningwu07 commented 2 months ago

@AlokSwaminathan That was old code; I was trying to use middleware for something but realized a better solution. I deleted that file because it wasnt doing anything.