samanazadi1996 / Sam.CleanArchitecture

The purpose of this template is to provide a robust and streamlined methodology for enterprise application development, capitalizing on the strengths of Clean Architecture and ASP.NET Core.
MIT License
66 stars 13 forks source link

Feature Request for Refresh token in JWT & GraphQL #45

Open wilz055 opened 1 month ago

wilz055 commented 1 month ago

Is it possible to implement Auto Refresh token(JWT) and GraphQL sample template integrated to this project. Since both concepts quite useful

samanazadi1996 commented 1 month ago

@wilz055

In the future, I will definitely publish documentation on adding Refresh Token (JWT) and GraphQL and GRPC to the project.

wilz055 commented 1 month ago

Is there any specific timeframe.

samanazadi1996 commented 1 month ago

@wilz055 Unfortunately, I cannot tell the exact time

I have to check and study the patterns to add the best ones to the project.

samanazadi1996 commented 1 month ago

@wilz055

A document has been added to the project documentation for integrating GraphQL.

Documentation

You can find more details in this document.

Implementation

The implementation is available in this branch.