You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
360 B
HTML

<section><header>How We Plan To Do Device Management</header></section>
<ul>
<li>Store Device ID's (not tokens)</li>
<li>Associate names with device ID's so that users can identify them</li>
<li>Attach Device ID as JWT Claim</li>
<li>When authenticating: check device ID</li>
<li>Distribute invalidated device ID's to other microservices</li>
</ul>