Skip to content

Commit

Permalink
switched the jwt-secret
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-crkn committed Nov 8, 2024
1 parent 676c098 commit 8ee458a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Azure_auth/jwt_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import jwt
# load .env file
load_dotenv()
jwt_secret = os.getenv("JWT_SECRET")
jwt_secret = os.getenv("EDITOR_SECRET_KEY")

#define a HTTPBearer to handle the token from client
client_token_scheme = HTTPBearer()
Expand Down

0 comments on commit 8ee458a

Please sign in to comment.