unitycatalog / unitycatalog-ui

Unity Catalog UI
Apache License 2.0
40 stars 14 forks source link

initial commit for handling auth token #67

Closed xx-db closed 2 months ago

xx-db commented 2 months ago

Use axios interceptor to add access token to future requests once logged in. No persistent of the token in cookie/storage yet, taking one step at a time. We can come up with a design on how we want to handle refresh/storing the token in the future.