iamjaimindamor / MyQuickApp-using-OpenIddict-Authentication-Scheme

MyQuickApp is Full Stack Project with ASP.NET Core Web API with React Front End . AuthN & AuthZ is Implemented using OpenIddict
https://myquickappapi.azurewebsites.net
MIT License
3 stars 0 forks source link

AuthN & Authz files missing #1

Open rvmahesan opened 1 month ago

rvmahesan commented 1 month ago

AuthN & Authz files missing

iamjaimindamor commented 1 month ago

Hey There ,

This Application undergoes authentication using OpenIddict.

OpenIddict is an Open Source Framework that is used for Security purpose in .NET Applications.

Also OpenIddict provides a way to Write Your Own Code. So We can add our very own logic for Authentication for our application. Which I Have Implemented in Configuration Folder in Server App.

Authentication Logic and Tokenization can be found In Authorization Controller in Server App.

For Authorization, simple Authorize Filter at controller are used.

Hope That Helps 😊

On Sun, 4 Aug 2024, 22:59 RV Mahesan, @.***> wrote:

AuthN & Authz files missing

— Reply to this email directly, view it on GitHub https://github.com/iamjaimindamor/MyQuickApp-using-OpenIddict-Authentication-Scheme/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASFO432REKJ54R6QW5W2HMTZPZQIPAVCNFSM6AAAAABL7AIY2OVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ2DOMRSHAZTGNQ . You are receiving this because you are subscribed to this thread.Message ID: <iamjaimindamor/MyQuickApp-using-OpenIddict-Authentication-Scheme/issues/1 @github.com>

rvmahesan commented 1 month ago

Thanks foe the reply