We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d650a6e commit ef78303Copy full SHA for ef78303
login.js
@@ -1,13 +1,5 @@
1
-var mysql = require("mysql");
2
-const AWSCognito = require("amazon-cognito-identity-js");
3
4
-var pool = mysql.createPool({
5
- connectionLimit: 10,
6
- host: "",
7
- user: "root",
8
- password: "testing",
9
- database: ""
10
-});
+const AWSCognito = require("amazon-cognito-identity-js");
11
12
var poolData = {
13
UserPoolId: "", // Your user pool id here
0 commit comments