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 registration #111

Closed bgins closed 1 year ago

bgins commented 2 years ago

Summary

Problem

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

Impact

No immediate impact. In the long term, account registration 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. The lobby implementation is incomplete and will need a bit more work.

icidasset commented 1 year ago

Done in #120