Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not possible to use user's api #98

Open
dmitryzhorovPb opened this issue Dec 12, 2024 · 0 comments
Open

Not possible to use user's api #98

dmitryzhorovPb opened this issue Dec 12, 2024 · 0 comments

Comments

@dmitryzhorovPb
Copy link

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>%     
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant