Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankitsharma-007/jwt-authentication-with-angular-graphql
A sample app to demonstrate the JWT-based authentication and authorization using Angular, .NET & GraphQL.
https://github.com/ankitsharma-007/jwt-authentication-with-angular-graphql
angular ankit-sharma apollo-graphql asp-net-core authentication authorization graphql hotchocolate-graphql jwt jwt-authentication
Last synced: 12 days ago
JSON representation
A sample app to demonstrate the JWT-based authentication and authorization using Angular, .NET & GraphQL.
- Host: GitHub
- URL: https://github.com/ankitsharma-007/jwt-authentication-with-angular-graphql
- Owner: AnkitSharma-007
- License: mit
- Created: 2023-08-22T17:09:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-21T04:30:06.000Z (about 1 year ago)
- Last Synced: 2024-10-06T09:40:59.223Z (about 1 month ago)
- Topics: angular, ankit-sharma, apollo-graphql, asp-net-core, authentication, authorization, graphql, hotchocolate-graphql, jwt, jwt-authentication
- Language: TypeScript
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jwt-authentication-with-angular-graphql
A sample app to demonstrate the JWT-based authentication and authorization using Angular, .NET & GraphQL
# Prerequisites
- Visual Studio 2022
- .NET Core 7.0 SDK or above
- Node.Js V16.0 or above# Steps to run the app
- Clone the Repo
- Build and launch the application from Visual Studio.# Demo
![AngularGraphQL Output](https://github.com/AnkitSharma-007/jwt-authentication-with-angular-graphql/blob/main/Output/JWTWithAngular.gif)
# See Also
- https://github.com/AnkitSharma-007/MovieApp
- https://github.com/AnkitSharma-007/BookCart
- https://github.com/suresh-mohan/Blazor-WebAssembly-GraphQL
- https://github.com/SyncfusionExamples/full-stack-web-app-using-angular-and-graphql# Licenese
[MIT](https://github.com/AnkitSharma-007/jwt-authentication-with-angular-graphql/blob/main/LICENSE)