Skip to content

Feat/authentification method#3

Open
lgauthier1 wants to merge 15 commits intomainfrom
feat/authentification-method
Open

Feat/authentification method#3
lgauthier1 wants to merge 15 commits intomainfrom
feat/authentification-method

Conversation

@lgauthier1
Copy link
Owner

No description provided.


// TODO LOG WARNING MISSING SECRET IN .ENV
export const accessTokenSecret =
process.env.ACCESS_TOKEN_SECRET || 'defaultUnsecuredAccessTokenSecret'

Check failure

Code scanning / CodeQL

Hard-coded credentials

The hard-coded value "defaultUnsecuredAccessTokenSecret" is used as [key](1).
export const accessTokenSecret =
process.env.ACCESS_TOKEN_SECRET || 'defaultUnsecuredAccessTokenSecret'
export const refreshTokenSecret =
process.env.refreshTokenSecret || 'defaultUnsecuredRefreshTokenSecret'

Check failure

Code scanning / CodeQL

Hard-coded credentials

The hard-coded value "defaultUnsecuredRefreshTokenSecret" is used as [key](1).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant