localauth0 icon indicating copy to clipboard operation
localauth0 copied to clipboard

Mock auth0 service for local development

Results 12 localauth0 issues
Sort by recently updated
recently updated
newest added

In [this PR](https://github.com/primait/localauth0/pull/24) support to custom claims in access token has been added. This feature should be available also through the GUI.

enhancement

Thank you for this project. ### Description The project currently uses `localauth0.toml` to configure tokens or responses. This static configuration file can contain custom claims, which are included in the...

This PR adds MIT & Apache license files to the project. I don't see a license currently, and would like to try out this to help our local development. Adding...

I'm attempting to use codebase this with a Swagger UI to demonstrate auth tooling within my API. However, when Swagger UI attempts to fetch `http://127.0.0.1:3000/.well-known/openid-configuration`, the following error is logged...

When using Auth0s [very own library](https://auth0.com/docs/libraries/auth0-angular-spa) for angular, the localauth0 always response with errors. The problem is that for `authorization_grant` a `client_secret` is expected, even though that isn't strictly necessary...

Currently when using localauth0 to mock the auth0 service, there is a login page served which requires a manual click from the user. For use in automated tests, and other...

Love the project! Currently, only strings and lists of strings are supported in custom claims. It would be great if we could get support for maps so we can have...

``` curl --request GET \ --url http://localhost:3000/oauth/token/user_info \ --header 'Content-type: application/json' Localauth0 if ("serviceWorker" in navigator) { window.addEventListener("load", function () { navigator.serviceWorker.register("/sw.js").then( function (registration) { // Registration was successful console.log(...