moo.sdk.onboarding
Guest tier and registration gate.
The onboarding funnel: a provision_guest() low-commitment entry that can
explore and talk but not build or own, and a register() step that binds a
durable identity (via a pluggable verifier) before an account is promoted past
guest into build rights. Build-granting code gates on require_registered().
Functions
|
The built-in durable-identity verifier. |
|
True if an account is in the guest tier. |
|
Create a non-persistent guest avatar + account. |
|
Bind a durable identity to an account and promote it out of guest. |
|
Reap a guest account and its avatar (the non-persistence side). |
|
Raise unless an account has bound a durable identity (the build gate). |