Restricted website access

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • frank_jwt

    JSON Web Token implementation in Rust.

  • Im not entirely sure if this is a fit for your specific use case, but take a look at JSON Web Tokens (JWT). The are most commonly used in the context of OAuth but could work here. You generate the tokens with a private key or a secret and hand it to your clients (for example as the response to the form that was suggested already). He passes the token to you on each request, you verify its validity and send back the content. JWT features expiration time so that would be taken care of.

  • 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