...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{ "_virtualApp": { "router": [ { "module": "basic-auth", "path": "/protected", "options": { "username": "env:BASIC_AUTH_USERNAME", "password": "env:BASIC_AUTH_PASSWORD" } }, { "module": "webpage" } ] } } |
Sample App
- Here is a basic example sample web site that uses the Aerobatic custombasic-errorsauth plugin. http://auth-demo.aerobatic.io/
- The code for this sample app site can be found on Bitbucket at https://bitbucket.org/aerobatic/auth-demo/src
...