7 thoughts to “Angular 13 Login and Registration example with JWT and Web Api”

  1. Hello. Why I can’t reach localhost:8081/admin : “Full authentication is required to access this resource”. Hope you could help me. Thanks.

  2. Hi bezkoder,

    It is really cool stuff. It is a good tutorial for new developers like me.

    When I ran the frontend and backend code I am getting the below error. could you please help me to solve this?

    Access to XMLHttpRequest at ‘http://localhost:8080/api/test/all’ from origin ‘http://localhost:4200’ has been blocked by CORS policy: The ‘Access-Control-Allow-Origin’ header has a value ‘http://locahost:4200’ that is not equal to the supplied origin.

      1. Thank you for your reply.

        I have changed the code
        app.use(cors(corsOptions )); => app.use(cors());

        Now it is working fine

  3. Thank you for sharing your programming knowledge with this tutorial. I really appreciate your efforts and I am waiting for your further write ups thank you once again.

Comments are closed to reduce spam. If you have any question, please send me an email.