Ignore:
Timestamp:
03/19/26 20:55:06 (4 months ago)
Author:
kikisrbinoska <srbinoskakristina07@…>
Branches:
main
Children:
b62cefc
Parents:
877c13c
Message:

Added JWT authentication

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ChapterX.API/appsettings.json

    r877c13c re294f7d  
    66    }
    77  },
    8   "AllowedHosts": "*"
     8  "AllowedHosts": "*",
     9  "Jwt": {
     10    "Key": "change-this-to-a-long-secret-key-at-least-32-chars!!",
     11    "Issuer": "ChapterX",
     12    "Audience": "ChapterX"
     13  }
    914}
Note: See TracChangeset for help on using the changeset viewer.