mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2026-02-04 01:33:08 +08:00
* fix(authx): JSON unmarshalling for Dynamic auth type Correcting the `UnmarshalJSON` method to properly unmarshal JSON, particularlyaddressing the population of the embedded `Secret` field. This was achieved by using a type alias to avoid recursive calls and rely on default unmarshalling behavior. Signed-off-by: Dwi Siswanto <git@dw1.io> * feat(authx): adds nil Dynamic struct check Signed-off-by: Dwi Siswanto <git@dw1.io> --------- Signed-off-by: Dwi Siswanto <git@dw1.io>