Coder Social home page Coder Social logo

cornflourblue / angular-10-jwt-authentication-example Goto Github PK

View Code? Open in Web Editor NEW
53.0 5.0 45.0 3.7 MB

Angular 10 JWT Authentication Example

Home Page: https://jasonwatmore.com/post/2020/07/09/angular-10-jwt-authentication-example-tutorial

License: MIT License

JavaScript 8.15% TypeScript 77.97% HTML 13.46% CSS 0.43%

angular-10-jwt-authentication-example's Introduction

angular-10-jwt-authentication-example's People

Contributors

cornflourblue avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

angular-10-jwt-authentication-example's Issues

AspNet Core 3 Jwt Authentication API + Angular API url error

Hi guys,

First of all, thanks for the examples, really good all of them.

I just wanted to let you know that I found and issue while connecting both projects "angular-10-jwt-authentication-example" and "aspnet-core-3-jwt-authentication-api" with the API URL

To fix it the only thing that I need to do was to map the API url to the proper one here

https://github.com/cornflourblue/angular-10-jwt-authentication-example/blob/master/src/environments/environment.prod.ts

https://github.com/cornflourblue/angular-10-jwt-authentication-example/blob/master/src/environments/environment.ts

From apiUrl: 'http://localhost:4000' to apiUrl: 'https://localhost:44375'

Thank you!

Why you modified default tsconfig.base.json?

I found that you add some new lines in default generated tsconfig.base.json.

The new lines are:

    "paths": {
      "@app/*": ["src/app/*"],
      "@environments/*": ["src/environments/*"]
    }

Is this lines helped with anything? or just for maintaining your previous codebase? or for easier import only?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.