ctc-uci / authentication-frontend

MIT License
1 stars 0 forks source link

Replace cookies with React context api #29

Closed ZubairSidhu closed 2 years ago

ZubairSidhu commented 2 years ago

Instead of storing user information (role, access token, profile pic, ect) in cookies, store in the info using the react context api. See here.

ZubairSidhu commented 2 years ago

/cib use context api

ctc-devops commented 2 years ago

Branch 29-use-context-api created!