Build a page, for example , which will contain the Sign With Wallet button and link any click on the button to the authentication route.
<!-- very basic sample home page -->
Hello Sign With Wallet World!
Could I get signed in ???
<br />
<a href="/auth/siww">
<img src="../../assets/siww_button.png" style="width: 285px; height: 50px;"
/>
</a>
You can download the image below and insert it in your application. Note that the resolution is large (400x70px), so you may need to resize it to your need. See in the page example above, we resized to 285x50px
Then build another page for post-login, which will display the values returned by SIWW at authentication time. For example, we can code the dashboard.hbs page as per below.