sesamex VS guardian

Compare sesamex vs guardian and see what are their differences.

sesamex

[WIP] Another authentication hex for Phoenix. (by khusnetdinov)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
sesamex guardian
0 4
12 3,377
- 0.2%
0.0 3.2
over 6 years ago 15 days ago
Elixir Elixir
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sesamex

Posts with mentions or reviews of sesamex. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning sesamex yet.
Tracking mentions began in Dec 2020.

guardian

Posts with mentions or reviews of guardian. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-17.
  • Building JSON API w/ Authentication as a backend for a mobile app?
    4 projects | /r/elixir | 17 Jan 2022
    As for the original question, OP you should check out https://github.com/ueberauth/guardian if you want to roll your own auth. If not rolling you own you can just use a standard Oauth provider and validate their tokens (surprise they are JWTs) in you backend using their public keys.
    4 projects | /r/elixir | 17 Jan 2022
  • Complete, Production-Ready Phoenix Reference Applications
    28 projects | /r/elixir | 15 Nov 2021
    AuthN: For authentication, I'd look at the built-in auth generator. If you need to add JWT things, joken and/or guardian can probably meet your needs.
    28 projects | /r/elixir | 15 Nov 2021
    For auth, I'd look at the built-in auth generator. If you need to add JWT things, joken and/or guardian can probably meet your needs. Queues are an interesting use case. For one thing, longer response time are typically much less of an issue Phoenix, than with something like Rails or Django, because it can handle many times more simultaneous requests. In Rails, I would have thrown email sending into a job queue, so the request isn't blocking other request. In Phoenix, I may just send the email in the context

What are some alternatives?

When comparing sesamex and guardian you can also consider the following projects:

Pow - Robust, modular, and extendable user authentication system

ueberauth - An Elixir Authentication System for Plug-based Web Applications

coherence - Coherence is a full featured, configurable authentication system for Phoenix

htpasswd - Apache httpasswd file reader/writer in Elixir

oauth2 - An Elixir OAuth 2.0 Client Library

Paseto - An Elixir implementation of Paseto (Platform-Agnostic Security Tokens)

Shield

ueberauth_auth0 - Auth0 OAuth2 strategy for Überauth.

ueberauth_identity - A username/password Strategy for Überauth

phx_gen_auth - An authentication system generator for Phoenix 1.5 applications.

samly - Elixir Plug library to enable SAML 2.0 SP SSO in Phoenix/Plug applications.

Phauxth - Not actively maintained - Authentication library for Phoenix, and other Plug-based, web applications