Deploying Elixir: Creating Your Own Elixir Package

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

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

  • > mix hex.publish Building ueberauth_patreon 1.0.0 Dependencies: ueberauth ~> 0.7 (app: ueberauth) oauth2 ~> 2.0 (app: oauth2) App: ueberauth_patreon Name: ueberauth_patreon Files: lib lib/ueberauth lib/ueberauth/strategy lib/ueberauth/strategy/patreon lib/ueberauth/strategy/patreon/oauth.ex lib/ueberauth/strategy/patreon.ex lib/ueberauth_patreon.ex .formatter.exs mix.exs README.md Version: 1.0.0 Build tools: mix Description: Ueberauth strategy for Patreon OAuth. Licenses: MIT Links: GitHub: https://github.com/talk2MeGooseman/ueberauth_patreon Elixir: ~> 1.13 Before publishing, please read the Code of Conduct: https://hex.pm/policies/codeofconduct Publishing package to public repository hexpm.

  • ueberauth

    An Elixir Authentication System for Plug-based Web Applications

  • 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 logo
  • hexpm

    API server and website for Hex

  • Now it’s time to decide on a name for your package. In this guide I will be creating a new Ueberauth package. If you were to go on http://hex.pm and look at other Ueberauth packages, you notice there is a certain pattern followed. This will make the decision easy for us on what to call our Uberauth package that will implement the Patreon OAuth flow.

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