21 lines
428 B
Plaintext
21 lines
428 B
Plaintext
|
## AuthProfile
|
||
|
|
||
|
```handlebars
|
||
|
<AuthProfile @item={{token}} />
|
||
|
```
|
||
|
|
||
|
A straightforward partial-like component for rendering a user profile.
|
||
|
|
||
|
### Arguments
|
||
|
|
||
|
| Argument | Type | Default | Description |
|
||
|
| --- | --- | --- | --- |
|
||
|
| `item` | `Object` | | A Consul shaped token object (currently only requires an AccessorID property to be set |
|
||
|
|
||
|
### See
|
||
|
|
||
|
- [Component Source Code](./index.js)
|
||
|
- [Template Source Code](./index.hbs)
|
||
|
|
||
|
---
|