-
When user sign up, we submit username and password (which should be hashed for example bcrypt) to the Express backend.
Express backend should handle creating a user entry in our Postgresql database.…
-
```
What steps will reproduce the problem?
1. Start project with https://demogy.service-now.com/incident.do?CSV
2. Receive 401 warning
What is the expected output? What do you see instead?
There are…
-
```
What steps will reproduce the problem?
1. Start project with https://demogy.service-now.com/incident.do?CSV
2. Receive 401 warning
What is the expected output? What do you see instead?
There are…
-
```
What steps will reproduce the problem?
1. Start project with https://demogy.service-now.com/incident.do?CSV
2. Receive 401 warning
What is the expected output? What do you see instead?
There are…
-
```
What steps will reproduce the problem?
1. Start project with https://demogy.service-now.com/incident.do?CSV
2. Receive 401 warning
What is the expected output? What do you see instead?
There are…
-
#### Overview of the Issue
I'd like to display a private admin-dashboard, which uses basic authentication for the website (username and password ...). I know that there is a feature in the pro-vers…
-
Which authentication solution will we have?
- [ ] Totally basic userid/email and password check
- [ ] A professional solution such as Auth0:
https://auth0.com/pricing
They have free tier service too…
-
Take the core from critter capture club and create the basic scaffolding for the clip manager.
Note: I'm not going to implement authentication here because i'd like to move from shared key to private…
-
Take the core from critter capture club and create the basic scaffolding for the clip provider.
Note: I'm not going to implement authentication here because i'd like to move from shared key to privat…
-
## Context
- **Problem**: The current system lacks a secure method to authenticate requests to the workflow endpoints, which could lead to unauthorized access and potential data breaches.
- **Need…