vityaman-edu / lms

A simple learning management system.
Apache License 2.0
4 stars 0 forks source link

Support authorization for fuzzers #109

Closed vityaman closed 2 months ago

vityaman commented 2 months ago

The idea is to setup a secret token like for Prometheus. Make a special app profile in which several (16) users will be created on startup with some random roles. That secret token will be resolved into one random chosen user from that list on each authentication.

vityaman commented 2 months ago

It should be active only under fuzzing profile