├── .gitattributes ├── .gitignore ├── LICENSE.md ├── PostmanCollection.json ├── README.md ├── basic-auth.json ├── basic-auth.png ├── cookie-auth.json ├── cookie-auth.png ├── header-auth.json ├── header-auth.png ├── outside-node-red-within-express.json ├── outside-node-red-within-express.png ├── show-user-registry.json ├── show-user-registry.png ├── test-basic-auth-I.png ├── test-basic-auth-II.png ├── test-basic-auth-III.png ├── test-basic-auth.json ├── test-cookie-auth-I.png ├── test-cookie-auth-II.png ├── test-cookie-auth-III.png ├── test-cookie-auth-IV.png ├── test-cookie-auth-V.png ├── test-cookie-auth.json ├── test-header-auth-I.png ├── test-header-auth-II.png ├── test-header-auth-III.png ├── test-header-auth-IV.png ├── test-header-auth-V.png ├── test-header-auth.json ├── try-basic-auth.json ├── try-basic-auth.png ├── try-cookie-auth.json ├── try-cookie-auth.png ├── try-header-auth.json └── try-header-auth.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/LICENSE.md -------------------------------------------------------------------------------- /PostmanCollection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/PostmanCollection.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/README.md -------------------------------------------------------------------------------- /basic-auth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/basic-auth.json -------------------------------------------------------------------------------- /basic-auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/basic-auth.png -------------------------------------------------------------------------------- /cookie-auth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/cookie-auth.json -------------------------------------------------------------------------------- /cookie-auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/cookie-auth.png -------------------------------------------------------------------------------- /header-auth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/header-auth.json -------------------------------------------------------------------------------- /header-auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/header-auth.png -------------------------------------------------------------------------------- /outside-node-red-within-express.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/outside-node-red-within-express.json -------------------------------------------------------------------------------- /outside-node-red-within-express.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/outside-node-red-within-express.png -------------------------------------------------------------------------------- /show-user-registry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/show-user-registry.json -------------------------------------------------------------------------------- /show-user-registry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/show-user-registry.png -------------------------------------------------------------------------------- /test-basic-auth-I.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/test-basic-auth-I.png -------------------------------------------------------------------------------- /test-basic-auth-II.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/test-basic-auth-II.png -------------------------------------------------------------------------------- /test-basic-auth-III.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/test-basic-auth-III.png -------------------------------------------------------------------------------- /test-basic-auth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/test-basic-auth.json -------------------------------------------------------------------------------- /test-cookie-auth-I.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/test-cookie-auth-I.png -------------------------------------------------------------------------------- /test-cookie-auth-II.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/test-cookie-auth-II.png -------------------------------------------------------------------------------- /test-cookie-auth-III.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/test-cookie-auth-III.png -------------------------------------------------------------------------------- /test-cookie-auth-IV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/test-cookie-auth-IV.png -------------------------------------------------------------------------------- /test-cookie-auth-V.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/test-cookie-auth-V.png -------------------------------------------------------------------------------- /test-cookie-auth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/test-cookie-auth.json -------------------------------------------------------------------------------- /test-header-auth-I.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/test-header-auth-I.png -------------------------------------------------------------------------------- /test-header-auth-II.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/test-header-auth-II.png -------------------------------------------------------------------------------- /test-header-auth-III.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/test-header-auth-III.png -------------------------------------------------------------------------------- /test-header-auth-IV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/test-header-auth-IV.png -------------------------------------------------------------------------------- /test-header-auth-V.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/test-header-auth-V.png -------------------------------------------------------------------------------- /test-header-auth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/test-header-auth.json -------------------------------------------------------------------------------- /try-basic-auth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/try-basic-auth.json -------------------------------------------------------------------------------- /try-basic-auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/try-basic-auth.png -------------------------------------------------------------------------------- /try-cookie-auth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/try-cookie-auth.json -------------------------------------------------------------------------------- /try-cookie-auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/try-cookie-auth.png -------------------------------------------------------------------------------- /try-header-auth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/try-header-auth.json -------------------------------------------------------------------------------- /try-header-auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rozek/node-red-authorization-examples/HEAD/try-header-auth.png --------------------------------------------------------------------------------