-
-
`classDiagram
class AppSettings {
+id: BIGSERIAL
+user_id: BIGINT
+setting_key: VARCHAR
+setting_value: TEXT
+created_at: TIMESTAMP
+updated_at: TIM…
-
Looks like that the basic authentication is not working, i get back an Unauthorized. The credentials are definitely correct and the default http request node works with the urls and the provided crede…
-
**Before you start.**
* [x] I have checked the [Rejected Features](https://github.com/kickscondor/fraidycat/wiki/Rejected-Features) page.
* [x] I have searched the issue tracker for a feature requ…
-
We want to prompt for CNet credentials (ID & password) on a user's first access to the submit client and validate those credentials against the UChicago LDAP server. If the user doesn't provide valid…
-
I can not authentication when i use param -a. Golang version is 1.11.4.
Read code, use request. SetBasicAuth to authentication, and then request.Header have been reset by param header.
Now, I should…
-
**Screens/API's to design**
**Client-side or common:**
- Login
- Change Password. Logout user from all devices on change password.
- Forgot Password. Logout user from all devices after resetting…
-
Basic Authentication (Login/Signup)
Password recovery
Discussion open about the library to use like passportjs, discuss with the team about the solution to be used.
-
```
This project ties the apps authentication with the google authentication
scheme, while this is great, I would like to have the possibilities to decide
to use the regular django authentication sc…
-
It is currently only possible to add Basic authentication header via `basic_auth()` method on `RequestBuilder`.
I would like to add such a feature on `ClientBuilder` directly, meaning that all requ…