Joel Coutinho

Results 9 comments of Joel Coutinho

## Review: - [x] POST `/recipe/userid/map` - [x] POST `/recipe/userid/map/remove` - [x] GET `/recipe/userid/map` - [x] PUT `/recipe/userid/external-user-id-info`

Information around user-id size from Oauth providers is not explicitly mentioned in their docs. I've found these two answers which say that varchar(128) should be fine for Google and Facebook...

The OIDC defines that the `sub` claim (the user id) cannot exceed 255 ascii character length, so there is a possibility that some providers are issuing user id's which are...

The schema for storing social providers for keycloak is as follows: ``` Column | Type | Collation | Nullable | Default --------------------+------------------------+-----------+----------+--------- identity_provider | character varying(255) | | not null...

Closing since this is not required

## Additional Research: We want to use log streaming. - How would that work? The webhook method is where we ask them to give us an HTTP URL. The core...

## Using Logspout for logging and log streaming: Logspout is a log router that runs as a docker container and listens to other docker images and can steam logs to...

### User reported issues with Keycloak: - Not Stateless - Backup and Restore change the ID of the user (it really sucks) - Update removes all active sessions - Scaling...

### Setup: Frontend: 1. Create an account on frontegg 2. No-code builder for frontend UI, ability to choose authentication method (password/passwordless), social provider customizations. 3. They allow you to choose...