Welcome to this, the fourth and final installment of our series on implementing
passkeys in Clojure and React Native. Part one
covered the background on how passkeys work and the data model, part two
covered user registration, and part three
covered user authentication. Today, we’re going to build the client using
react-native-passkey.
Continue reading
Welcome back to this series on implementing passkeys in
Clojure. For background on how passkeys work and how we’re building this
backend, please refer back to part one of the series
which covers the data model behind our implementation, and part two,
which covers user registration.
Continue reading