All Projects → benjamintanweihao → The Little Elixir Otp Guidebook Code

benjamintanweihao / The Little Elixir Otp Guidebook Code

Code examples for The Little Elixir & OTP Guidebook

Programming Languages

elixir
2628 projects

Labels

Projects that are alternatives of or similar to The Little Elixir Otp Guidebook Code

mimo-ce
MIMO Community Edition
Stars: ✭ 20 (-94.08%)
Mutual labels:  otp
OneTime
iOS, watchOS, & macOS One-Time Password client
Stars: ✭ 14 (-95.86%)
Mutual labels:  otp
extract otp secret keys
Extract two-factor authentication (2FA, TFA) secret keys from export QR codes of "Google Authenticator" app
Stars: ✭ 217 (-35.8%)
Mutual labels:  otp
Xshell-OTP
Xshell Semi-Automatic complete One-time Password login
Stars: ✭ 29 (-91.42%)
Mutual labels:  otp
otp-tutorial
Introductory tutorial (approx. 3 hours) covering the setup and querying of an OpenTripPlanner instance
Stars: ✭ 85 (-74.85%)
Mutual labels:  otp
luaotp
A simple implementation of OATH-HOTP and OATH-TOTP written for Lua
Stars: ✭ 26 (-92.31%)
Mutual labels:  otp
rustotpony
🐴 RusTOTPony — CLI manager of one-time password generators aka Google Authenticator
Stars: ✭ 18 (-94.67%)
Mutual labels:  otp
Glewlwyd
Single Sign On server, OAuth2, Openid Connect, multiple factor authentication with, HOTP/TOTP, FIDO2, TLS Certificates, etc. extensible via plugins
Stars: ✭ 292 (-13.61%)
Mutual labels:  otp
Firebase-Phone-Auth-Demo
Demo Project to show how to use Phone Authentication in Flutter with Firebase backend
Stars: ✭ 75 (-77.81%)
Mutual labels:  otp
2factor auth
2-Faktor-Authentifizierung mittels one-time-password (OTP)
Stars: ✭ 20 (-94.08%)
Mutual labels:  otp
passwordless
Passwordless authentication server, supports OTP, WebAuthn, plan to implement TOTP and mobile biometric authentication
Stars: ✭ 34 (-89.94%)
Mutual labels:  otp
react-native-sms-user-consent
React Native wrapper for Android's SMS User Consent API, ready to use in React Native apps with minimum effort.
Stars: ✭ 45 (-86.69%)
Mutual labels:  otp
verify
Laravel package to verify users with a one-time password (OTP)
Stars: ✭ 25 (-92.6%)
Mutual labels:  otp
macos-receiver
A MacOS TabBar (StatusBar) application that securely receives one-time passwords (OTPs) that you tapped in Raivo for iOS.
Stars: ✭ 44 (-86.98%)
Mutual labels:  otp
Andotp
Open source two-factor authentication for Android
Stars: ✭ 3,326 (+884.02%)
Mutual labels:  otp
throttle
Erlang/OTP application to rate limit resource access
Stars: ✭ 40 (-88.17%)
Mutual labels:  otp
woocommerce-otpbank-payment-gateway
WooCommerce Payment Gateway for OTP Bank (Hungary)
Stars: ✭ 20 (-94.08%)
Mutual labels:  otp
Ex rated
ExRated, the Elixir OTP GenServer with the naughty name that allows you to rate-limit calls to any service that requires it.
Stars: ✭ 328 (-2.96%)
Mutual labels:  otp
Concuerror
Concuerror is a stateless model checking tool for Erlang programs.
Stars: ✭ 277 (-18.05%)
Mutual labels:  otp
Authenticator
🔒 Happy Two-Factor Verifying!
Stars: ✭ 53 (-84.32%)
Mutual labels:  otp

Code for The Little Elixir & OTP Guidebook

Welcome! This is the source code for "The Little Elixir & OTP Guidebook".

Running the code

For programs that are not created by mix, can be run as such:

% iex length_converter.ex

Larger programs such as metex in Chapter 3, can be run with the following command:

% iex -S mix

These larger programs will contain their own READMEs and more detailed instructions on running the program.

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].