I made a SSO as my first project in Rust

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

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

    A simple SSO implementation in Rust (by alvidir)

  • Some time ago I heard about Rust, so I decided to test it since I found it a very exciting programming language (spoiler: has become my favorite one). To do so, I set out to implement a really basic SSO (single sign-on) to put in practice the main concepts. Here is the result: the rauth project.

  • forbidden

    An auth system/library for Rust applications

  • 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
  • sea-orm

    🐚 An async & dynamic ORM for Rust

  • Or, if you really want to use an ORM, an async ORM might be interesting: https://www.sea-ql.org/SeaORM/

  • ormlite

    An ORM in Rust for developers that love SQL.

  • (Shameless Plug) It's in-development, but I'm working on an orm library called ormlite built on top of sqlx which offers query builder syntax, builder syntax for update & insert, async, while staying as close to possible to sql syntax (that is, avoid library "magic").

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