Skip to content

This is an api written in .net core for a CRUD application for events that also implements authentication with JWT

Notifications You must be signed in to change notification settings

Laurell876/Event-Planner-API-.Net-Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Event-Planner-API-.Net-Core

This is an api written in .net core for a CRUD application for events that also implements authentication with JWT

Appsettings.json

add the follow to the appsettings.json file to run the application
"ConnectionStrings": {
"EventsDatabase": "Server=SERVERCONNECTION;Database=Events;Trusted_Connection=True"
},
"Jwt": {
"Key": "supersecretkeyhastobeverylong",
"Issuer": "EventsAuthenticationServer",
"Audience": "EventsServicePostmanClient",
"Subject": "EventsServiceAccessToken"
}

About

This is an api written in .net core for a CRUD application for events that also implements authentication with JWT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages