Madan Shekar

Madan Shekar

  • 218
  • 8.3k
  • 1.1m

How to generate and validate secrets dynamically using angular and C#

Sep 16 2024 4:04 AM

Hell everyone,

since we don't have login feature for application we don't have user authentication and API are anonymous acces.

to handle this scenario we are passing static token in header and validating in server side but still it is not sufficient beacuse token is static 

I need some help in creating dynamic secrets in angular and that shoul be validated in server side.

Let me know if any idea's on this.


Answers (1)