filtrex VS guardian

Compare filtrex vs guardian and see what are their differences.

filtrex

A library for performing and validating complex filters from a client (e.g. smart filters) (by rcdilorenzo)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
filtrex guardian
1 4
191 3,376
- 0.6%
0.0 3.6
6 months ago 7 months 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.

filtrex

Posts with mentions or reviews of filtrex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-15.

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 filtrex 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

quantum - :watch: Cron-like job scheduler for Elixir

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

timex - A complete date/time library for Elixir projects.

Shield

tzdata - tzdata for Elixir. Born from the Calendar library.

ueberauth_auth0 - Auth0 OAuth2 strategy for Überauth.

ueberauth_identity - A username/password Strategy for Überauth