A very brief introduction to Feature Toggles using a practical example.

Efren Yevale Varela 5965ebbcba Added Auth0 authentication and Unleash feature toggles преди 3 години
public 5965ebbcba Added Auth0 authentication and Unleash feature toggles преди 3 години
scripts ac2fce7c71 Added Svelte application преди 3 години
src 5965ebbcba Added Auth0 authentication and Unleash feature toggles преди 3 години
swarm faf3ae8984 Added Docker Swarm files and command reference преди 3 години
.gitignore 3778243549 Initial commit преди 3 години
LICENSE.md 3778243549 Initial commit преди 3 години
README.md 3adb36cdb7 Fixed typo преди 3 години
dotenv 5965ebbcba Added Auth0 authentication and Unleash feature toggles преди 3 години
package-lock.json 5965ebbcba Added Auth0 authentication and Unleash feature toggles преди 3 години
package.json 5965ebbcba Added Auth0 authentication and Unleash feature toggles преди 3 години
rollup.config.js 5965ebbcba Added Auth0 authentication and Unleash feature toggles преди 3 години

README.md

Feature Toggles Session

The objective is to give a very brief introduction to Feature Toggles with Unleash using a practical example.

Things to cover:

  • Application authentication using Auth0.
  • Unleash standard strategy.
  • Unleash user specific sets.

In no way should this be considered as a complete solution, the goal is just to provide enough elements for a start so all participants can grow from there.