phaidra / phaidra-ui

User interface components using the Phaidra API
Apache License 2.0
4 stars 3 forks source link

added middleware for protecting routes and local storage replaced by … #61

Closed csandeepkumarfl2023 closed 2 years ago

csandeepkumarfl2023 commented 2 years ago

added middleware for protecting routes and replaced local storage with universal cookies (In order to access token since local storage cannot be accessed before client renders in ssr mode)