+
JWT Auth Test
+
+ {/* auth */}
+
+
Create Client
+ setUsername(e.target.value)}
+ style={{ width: '100%', marginBottom: '5px', padding: '5px', boxSizing: 'border-box' }}
+ />
+ setPassword(e.target.value)}
+ style={{ width: '100%', marginBottom: '5px', padding: '5px', boxSizing: 'border-box' }}
+ />
+ setOrg(e.target.value)}
+ style={{ width: '100%', marginBottom: '10px', padding: '5px', boxSizing: 'border-box' }}
+ />
+
+
+
+ {/* log */}
+
+
+ Auth Log
+
+
+
+ {verificationLog.length === 0 ? (
+
Enter credentials and click "Authenticate"
+ ) : (
+ verificationLog.map((log, index) => (
+
+ {log}
+
+ ))
+ )}
+
+
+