-
Things it should remove:
1. The v1 rule (if it exists)
2. The v2 rule (if it exists)
3. The resource server (if it exists)
4. The client
Also make sure that the required scopes for reading/d…
-
-
when starting on OSX
```
java -version
java version "1.8.0_51"
Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode)
```
I receive the…
-
An on-update hook needs to be implemented to update (not delete) the v1 rule if it exists:
1. the rule has to be renamed
2. the contents have to be updated
In addition to that, the ordering a…
-
So, for example, the [clear recipe](https://github.com/auth0-extensions/auth0-reset-tenant/blob/master/src/recipes/clear.js) can delete all extensions.
-
How can I run the API server on my computer and on my local database instead of
`https://webtask.it.auth0.com/api/run/wt-milomord-gmail_com-0/redux-tutorial-backend?webtask_no_cache=1` ?
-
The application calls micro-services created on [webtask.io](https://webtask.io/) platform.
2 micro-services were created:
- `get-readme` makes a call to Github API to fetch the project README
- `use…
-
tried the easy usage link as such
https://webtask.it.auth0.com/api/run/wt-prosperotemuyiwa-gmail_com-0/sms?phoneno=08077886076&message=what!
that number 08077886076 is my number but it does not work.…
-
Where does one get the `clientSecret` or `servicePrincipalPassword` to use with the Arm Client? I am the administrator for my Azure Instance. Yet, no matter what I enter get a 401 error. This leads me…
-
I use webtask.io that's part of auth0 and they use bearer token thats passed in the header.
What are your plans securing a call to endpoint?
use case:
person logs in with twitter , needs to process…