fission-codes / auth-lobby

The authentication service that Fission services run.
https://auth.fission.codes
GNU Affero General Public License v3.0
12 stars 1 forks source link

Use app-owned account linking #112

Closed bgins closed 1 year ago

bgins commented 2 years ago

Summary

Problem

The auth lobby does not use app-owned account linking from webnative.

Impact

No immediate impact. In the long term, account linking may change or receive patches, and we will want only want to maintain the code in one place.

Solution

Replace account registration with the lobby implementation in https://github.com/fission-suite/webnative/blob/main/src/auth/lobby.ts. We should wait until https://github.com/fission-suite/webnative/pull/360 is merged.

icidasset commented 1 year ago

Done in #120