README
Finds the jwt Bearer token from the Authorization header of the request.
Parses the jwt Bearer token and the Basic Auth token from the Authorization header of the request.
<script type="module">
import blossmTokensFromReq from 'https://cdn.skypack.dev/@blossm/tokens-from-req';
</script>
Finds the jwt Bearer token from the Authorization header of the request.