We would like to wire up the account-service into the social-app-template.
Notes on Changes:
There were some changes on the front-end due to some migration of dsnpId to msaId needed to overcome type errors. There are still some references to dsnpId that need to be migrated and will be handled in a follow-up issue.
AC:
[x] I should be able to use the account service to sign in to the social-app-template
[x] I should be able to use the account service to sign up (including handle and permissions) to the social-app-template
[x] I should be routed to the index/home.landing page after I have signed in/up
[x] I should see my handle in the header (like my username on normal web2 applications)
[x] I should be able to disconnect (or log out) from the social app template and be routed back to the sign in/up page
Notes:
This assumes siwf is being used
This also assumes a provider has already been configured via the provider-dashboard and done via env vars
We would like to wire up the account-service into the social-app-template.
Notes on Changes:
dsnpId
tomsaId
needed to overcome type errors. There are still some references todsnpId
that need to be migrated and will be handled in a follow-up issue.AC:
Notes:
Repos: https://github.com/AmplicaLabs/account-service https://github.com/AmplicaLabs/siwf https://github.com/frequency-chain/provider-dashboard