authenticate
middleware function from rownd.express
which validates a JWT in the Authorization
header and fetches profile data from Rownd, making it available on the request object for other request handlers. You can also build a middleware yourself or use one-off instances of rownd.validateToken(token)
and rownd.fetchUserInfo(token)
.@rownd/react
dependency with your preferred package manager<RowndProvider>
to the app’s main entry.requestSignIn
flow for new or existing users.