Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OAuth Authentication Strategy #516

Merged
merged 17 commits into from
Jun 7, 2023
Merged

Add OAuth Authentication Strategy #516

merged 17 commits into from
Jun 7, 2023

Conversation

a3957273
Copy link
Member

No description provided.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Comment on lines +53 to +61
session({
secret: config.session.secret,
resave: true,
saveUninitialized: true,
cookie: { maxAge: 30 * 24 * 60 * 60000 }, // store for 30 days
store: MongoStore.create({
mongoUrl: config.mongo.uri,
}),
})

Check warning

Code scanning / CodeQL

Clear text transmission of sensitive cookie

Sensitive cookie sent without enforcing SSL encryption.
@a3957273 a3957273 merged commit 3a1d651 into main Jun 7, 2023
@a3957273 a3957273 deleted the feature/cognito-oauth branch June 7, 2023 14:44
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.

5 participants