localauth0 icon indicating copy to clipboard operation
localauth0 copied to clipboard

Not possible to use user's api

Open dmitryzhorovPb opened this issue 1 year ago • 0 comments

curl --request GET \
  --url http://localhost:3000/oauth/token/user_info \
  --header 'Content-type: application/json'
<!DOCTYPE html><html><head>
    <meta charset="utf-8">
    <link rel="stylesheet" href="/style-9cda7c7740489c43.css">
    <link rel="icon" href="/localauth0-5f8bfa3aade842c4.png">
    
    
    <title>Localauth0</title>
    <script>
        if ("serviceWorker" in navigator) {
            window.addEventListener("load", function () {
                navigator.serviceWorker.register("/sw.js").then(
                    function (registration) {
                        // Registration was successful
                        console.log(
                            "ServiceWorker registration successful with scope: ",
                            registration.scope
                        );
                    },
                    function (err) {
                        // registration failed :(
                        console.log("ServiceWorker registration failed: ", err);
                    }
                );
            });
        }
    </script>

<link rel="preload" href="/localauth0_web-f672fb803b31c324_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/localauth0_web-f672fb803b31c324.js"></head>
<body>
<script type="module">import init from '/localauth0_web-f672fb803b31c324.js';init('/localauth0_web-f672fb803b31c324_bg.wasm');</script></body></html>%     

dmitryzhorovPb avatar Dec 12 '24 23:12 dmitryzhorovPb