JWT App - Email Token Registration and Reset Password

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
  • jwtlogin-reactjs

    a reactjs user registration and login authentication app consuming a Flask RESTful API.

  • As we will use the method send_registration_email from flask-praetorian, on our registration endpoint we need to load the CONFIRMATION_URI which will points to a frontend confirmation uri address with the token sent to the email. In my case it is CONFIRMATION_URI = 'https://patriciadourado.com/jwtlogin-reactjs/#/finalize' with the subject mail as following: SUBJECT = 'Please confirm your registration';

  • jwtlogin-flask

    RESTful API for user registration and login authentication based on flask-praetorian using JWT.

  • To have access to all the code for this Flask application you can visit my repository on github which also contains the address for the online application, clicking here: jwtlogin-flask.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Site in prod stuck in loading state with React-Query

    1 project | /r/reactjs | 11 May 2023
  • How can I wait for a data array to be filled before trying to render the data ?

    1 project | /r/reactjs | 5 Feb 2023
  • Best stack to use for a site that only fetch data from an api

    1 project | /r/reactjs | 27 Jan 2023
  • Dev Retro 2022: What made me a better developer?

    3 projects | dev.to | 3 Jan 2023
  • My first React project : a pokedex and much more

    2 projects | /r/webdev | 27 Aug 2022