2021-03-17 15:58:17 +00:00
|
|
|
# AuthProfile
|
2020-05-11 15:37:11 +00:00
|
|
|
|
|
|
|
A straightforward partial-like component for rendering a user profile.
|
|
|
|
|
2021-03-17 15:58:17 +00:00
|
|
|
Only the last 8 characters are shown.
|
|
|
|
|
2022-01-07 19:08:25 +00:00
|
|
|
```hbs preview-template
|
|
|
|
<AuthProfile
|
|
|
|
@item={{hash AccessorID='123456-1234567-123456'}}
|
|
|
|
/>
|
|
|
|
```
|
|
|
|
|
|
|
|
## Arguments
|
2020-05-11 15:37:11 +00:00
|
|
|
|
|
|
|
| Argument | Type | Default | Description |
|
|
|
|
| --- | --- | --- | --- |
|
2022-01-07 19:08:25 +00:00
|
|
|
| `item` | `Token` | | A token object (currently only requires an AccessorID property to be set |
|
2020-05-11 15:37:11 +00:00
|
|
|
|
2022-01-07 19:08:25 +00:00
|
|
|
## See
|
2020-05-11 15:37:11 +00:00
|
|
|
|
|
|
|
- [Component Source Code](./index.js)
|
|
|
|
- [Template Source Code](./index.hbs)
|
|
|
|
|
|
|
|
---
|