Kumar Shivendu

Results 54 comments of Kumar Shivendu

Hi, I did some experiments to find out the difference between the two endpoints. I created 4 types of repos that are supported by Gogs: - private - public ([Link](https://try.gogs.io/KShivendu/KShivendu-public))...

Hey @sgoggins, It seems there was some miscommunication of my intentions. I'm sorry if my comment felt rude to you. I had no such intentions, I like the augur project...

``` { status: "OK", didExist: bool } ``` Let's use this output for both disable and enable.

## SQL Table Schema: ```sql CREATE TABLE IF NOT EXISTS mfa_factor ( user_id VARCHAR(128) NOT NULL, -- Assume this is final user ID after account linking feature is completed. order...

## Core API spec - Should we reuse usermetadata recipe/tables to store all the factor metadata? ### POST /mfa/factor ```json { "user_id": "user_id", "factors": [ [ // [{"thirdpartyemailpassword": "tpep-user-id"}], //...

# TODO: - Think if we really need `validate_factors` since it's kinda redundant for now. See if there's a real usecase for this. - Inserting factors dynamically using based on...

Including step up auth factors in config.factors and mark them as completed ?

```ts factor[]: [{id: string, order: number}] ``` This can come from: - config - user ID (DB) db: ```SQL -- userId -> factor[] CREATE TABLE mfa_factors( user_id VARCHAR(32), factor jsonb,...

# Alternatives considered: ## Alt 1 What if we dump all the factors from the DB/config in the first factor login itself. FE can just follow that order. ### Edge...

No. But you can try [U-2 Net](https://github.com/NathanUA/U-2-Net) for background removal. It seems to be the SOTA.