…
|
||
---|---|---|
.. | ||
README.mdx | ||
index.hbs | ||
index.js |
README.mdx
## 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) ---