You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to run the FIDO2 server and RP Server first.
86
86
87
87
If you want to integrate your own RP Server, please implement APIs by referring to the sample codes. Regarding client sides, you may implement the web app for communicating with the RP server.
@@ -113,7 +113,7 @@ docker-compose up
113
113
114
114
After running the applications, you can open the test page at the link below.
115
115
116
-
**http://localhost:8080/**
116
+
**http://localhost:8080/**
117
117
118
118
### Local DB
119
119
FIDO2 Server running on local environments uses h2 as an embedded DB. This needs to be replaced with commercial standalone DB for other environments such as staging, beta or real.
@@ -122,6 +122,17 @@ In the case of the local environment, you can use the h2 console. Add the follow
122
122
123
123
e.g., http://localhost:8081/h2-console
124
124
125
+
126
+
If the below error occurs while logging in to h2-console,
127
+
```
128
+
No suitable driver found for 08001/0
129
+
```
130
+
try to remove or comment out *logbook-spring-boot-starter* from build.gradle.
0 commit comments