bises / registration-portal-web

Lamda angular and Sql(not decided)
0 stars 0 forks source link

Change the services to call Api with Auth0 Authentication #16

Open bises opened 2 years ago

bises commented 2 years ago

Auth0 authentication enabled in API so we need to make call to apis using authentication

bises commented 2 years ago

Added the token to the local storage and sending that token as authization header but having cors issue now.

Need to resolve that one.