Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 774 Bytes

features.md

File metadata and controls

23 lines (15 loc) · 774 Bytes

Space Features

Following are described the feature-gates for the whole application. It relies on a memory store for that and it works on a toggle-based behaviour: when the key-field exists, the feature is available; when the key-field is not available at the memory store, the feature is not available.

Feature toggle

Use the following command to toggle a feature-flag:

$ go run main.go feature

The following features are available:

  • user.create: it turns on the sign-up option throughout the entire application;
  • user.adminify: it turns on the option to make a given user (post-sign-in) to turn herself an admin, given the provided application-key for that.

License

MIT License © Ewerton Assis