const sampleImage = 'https://js-sdk.contentauthenticity.org/c2pa-samples/CAICAI.jpg';
const imageProvenance = useProvenance(sampleImage);
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const list1 = [ | |
18944, 94847, 93893, 37174, 77982, 31706, 67726, 71456, 40482, 14585, 57069, | |
40699, 48676, 23514, 36128, 19869, 53224, 23070, 69524, 24599, 41935, 47751, | |
22288, 48293, 18945, 77769, 65140, 11513, 89714, 52610, 27185, 83658, 91134, | |
53850, 55054, 10212, 54102, 21657, 74862, 24811, 44850, 37491, 39163, 30157, | |
72424, 43654, 49496, 35899, 82281, 97192, 46034, 88365, 78817, 75589, 97939, | |
48643, 76050, 25408, 16067, 76415, 39296, 57548, 79498, 27852, 82634, 78249, | |
56840, 12951, 13039, 22477, 88807, 42685, 93702, 49909, 40950, 17686, 98863, | |
57293, 42078, 85441, 26599, 31809, 40119, 76115, 81044, 57936, 23584, 46888, | |
15361, 63692, 52670, 60619, 13696, 89912, 72773, 83210, 81206, 77155, 47208, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.hover.enabled": true, | |
"window.restoreFullscreen": false, | |
"window.restoreWindows": "none", | |
"workbench.startupEditor": "none", | |
"workbench.colorTheme": "Dracula", | |
"editor.formatOnSave": true, | |
"editor.minimap.enabled": false, | |
"editor.fontSize": 20, | |
"editor.fontFamily": "Dank Mono", |
- Visual Studio Code (settings here)
- lucy editor theme by juliettepretot
- Dank Mono font by Phil Plückthun
After this lesson, you will be able to:
- Understand what Passport is and how it's used in web applications.
- Configure Passport as a middleware in our application.
- Allow users to log in to our application using Passport Local Mongoose.
- Create protected routes.
- Manage errors during the login process using the
connect-flash
package. - Allow users to logout from our application using Passport.
MongoDB recommends to use the most complete version of MongoDB Server, in order to do this, we will download MongoDB Enterprise. Download the package for your SO in TGZ format.
$ tar -xvzf [name-of-the-file.tgz]

NewerOlder