ctc-uci / authentication-frontend

MIT License
1 stars 0 forks source link

use context api #30

Closed ctc-devops closed 2 years ago

ctc-devops 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. closes #29