Skip to content

Commit

Permalink
feat(users): add domain property for unauth user
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Dec 20, 2023
1 parent 0d24383 commit e689dc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datasets/demo-shop/data/seed-data/shops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
shop_number: "00000000"
name: "Restorecommerce Demo Shop 000"
description: ""
domain: "store.restorecommerce.io"
domain: store.restorecommerce.io
organization_id: restorecommecre-demo-shop-000-organization
meta:
modifiedBy: ""
Expand Down
5 changes: 4 additions & 1 deletion datasets/demo-shop/data/seed-data/users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,12 @@
invitedByUserName: ""
invitedByUserFirstName: ""
invitedByUserLastName: ""
properties:
- id: urn:restorecommerce:acs:names:network:src:domain,
value: store.restorecommerce.io
tokens:
- name: unauthenticated_token
token: 2ce88810e1a8463fa14c8bc6cfa12346
token: restorecommerce-demo-unauthenticated-user
scopes:
- user-r-role-assoc-id
---
Expand Down

0 comments on commit e689dc7

Please sign in to comment.