back-end icon indicating copy to clipboard operation
back-end copied to clipboard

A web application that manages appointment scheduling, reminders and cancellation of appointments

Results 2 back-end issues
Sort by recently updated
recently updated
newest added

When accessing an unprotected endpoint such as `http://localhost:3978/api/gender`, the following message is displayed: ```sh dbug: DentallApp.Extensions.AuthenticationJwtBearer+CustomJwtBearerHandler[9] AuthenticationScheme: Bearer was not authenticated. info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0] ``` This should not be displayed because...

invalid

This mechanism is necessary because if the reminders are scheduled to be sent on the first day of each month at 8:00 a.m. but if the server shuts down for...

feature