TanmoySG / wunder-identity-provider

ID Provider for Wunder Platform. Authentication & Authorization Server for all wunder products
3 stars 0 forks source link

[Component] Generators #22

Closed TanmoySG closed 2 years ago

TanmoySG commented 2 years ago

Some of the prime components of AuthLib are various generated values required for carrying out various operations in it. Generated values for AuthLib are primarily Unique ID for requests , timestamps, OTP among others. These are powered by Generator functions/utilities that help in generating these values in a clean and systematic way that can be use throughout the system, and not just locally.

The Prime goal of Generators should be to provide a clean interface for generating these values through-out the project.

[ Checkpoints ]