Skip to content

This Access Control API (Gatekeeping System) is designed to manage the entry and exit of people in buildings, condominiums, or businesses.

License

Notifications You must be signed in to change notification settings

LeonardoEnnes/AccessTrackAPI

Repository files navigation

AccessTrackAPI

To ensure the API functions correctly, please follow these steps:

Initialize User Secrets

dotnet user-secrets init

Set User Secrets

Use the dotnet user-secrets set command to add your secrets. For example:

dotnet user-secrets set "ConnectionStrings:DefaultConnection" "YourConnectionStringHere"
dotnet user-secrets set "JwtKey" "YourJwtKeyHere"

List User Secrets

To view all the stored User Secrets, use the following command:

dotnet user-secrets list

Remove User Secrets

To remove a specific secret, use the following command:

dotnet user-secrets remove "SecretName"

Notes

About

This Access Control API (Gatekeeping System) is designed to manage the entry and exit of people in buildings, condominiums, or businesses.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages