#microservices #docker #elixir #authentication #lora
Week 3 — mockups, authentication service completed & more
https://medium.com/electric-cars-charging-system/week-3-mockups-authentication-service-completed-more-41f1d865de0d
Week 3 — mockups, authentication service completed & more
https://medium.com/electric-cars-charging-system/week-3-mockups-authentication-service-completed-more-41f1d865de0d
Medium
Week 3 — Mockups, Authentication Service Completed & more
Hi guys! Missed us? Here is the recap of the third week of the development of our project.
#api #elixir #auth0 #phoenix #authentication
Api authentication with phoenix, auth0 and guardian — part 2
https://medium.com/@zoltanarvai/api-authentication-with-phoenix-auth0-and-guardian-part-2-f76797327251
Api authentication with phoenix, auth0 and guardian — part 2
https://medium.com/@zoltanarvai/api-authentication-with-phoenix-auth0-and-guardian-part-2-f76797327251
Medium
API authentication with Phoenix, Auth0 and Guardian — Part 2
In Part 1 we explored why we want to use Auth0, username and password to acquire a token for authenticating with APIs in Machine to…
#elixir #phoenix #auth0 #authentication #api
Api authentication with phoenix, auth0 and guardian — part 1
https://medium.com/@zoltanarvai/api-authentication-with-phoenix-auth0-and-guardian-part-1-43797eac4bda
Api authentication with phoenix, auth0 and guardian — part 1
https://medium.com/@zoltanarvai/api-authentication-with-phoenix-auth0-and-guardian-part-1-43797eac4bda
Medium
API authentication with Phoenix, Auth0 and Guardian — Part 1
It’s quite a common scenario that we are building an API that’ll be consumed by external applications and clients (machine to machine) who…
#elixir #phoenix_framework #user #authentication
User authentication phoenix 1.4
https://medium.com/@maneeshbabu/user-authentication-phoenix-1-4-ebda68016740
User authentication phoenix 1.4
https://medium.com/@maneeshbabu/user-authentication-phoenix-1-4-ebda68016740
Medium
User authentication in Phoenix 1.4
Phoenix is a very young framework available for building HTML5 apps, API backends, and distributed systems. It is powered using Elixir and…
#elixir #phoenix #authentication #webdev
Easy authentication in elixir & phoenix with the pow & pow_assent libraries
https://dev.to/knowthen/easy-authentication-in-elixir-phoenix-with-the-pow-powassent-libraries-3436
Easy authentication in elixir & phoenix with the pow & pow_assent libraries
https://dev.to/knowthen/easy-authentication-in-elixir-phoenix-with-the-pow-powassent-libraries-3436
DEV Community
Easy Authentication in Elixir & Phoenix with the pow & pow_assent libraries
Setting up authentication in new Phoenix web apps I always enjoy starting new web proj...
#guardian #ueberauth #authentication #phoenix #elixir #web
Authentication in elixir web applications with ueberauth and guardian: part 1
https://thoughtbot.com/blog/authentication-in-elixir-web-applications-with-guardian-part-1
Authentication in elixir web applications with ueberauth and guardian: part 1
https://thoughtbot.com/blog/authentication-in-elixir-web-applications-with-guardian-part-1
thoughtbot
Authentication in Elixir Web Applications with Ueberauth and Guardian: Part 1
Part 1 in a series on Ueberauth and Guardian authentication. Build a basic Phoenix application with authentication pages to prepare for Guardian-based authentication features.
#guardian #ueberauth #authentication #phoenix #elixir #web
Authentication in elixir web applications with ueberauth and guardian: part 2
https://thoughtbot.com/blog/authentication-in-elixir-web-applications-with-guardian-part-2
Authentication in elixir web applications with ueberauth and guardian: part 2
https://thoughtbot.com/blog/authentication-in-elixir-web-applications-with-guardian-part-2
thoughtbot
Authentication in Elixir Web Applications with Ueberauth and Guardian: Part 2
Part 2 in a series on Ueberauth and Guardian authentication. Let your users create accounts with an email address and password using Ueberauth and Guardian.
#guardian #ueberauth #authentication #phoenix #elixir #web
Authentication in elixir web applications with ueberauth and guardian: part 3
https://thoughtbot.com/blog/authentication-in-elixir-web-applications-with-guardian-part-3
Authentication in elixir web applications with ueberauth and guardian: part 3
https://thoughtbot.com/blog/authentication-in-elixir-web-applications-with-guardian-part-3
thoughtbot
Authentication in Elixir Web Applications with Ueberauth and Guardian: Part 3
Part 3 in a series on Ueberauth and Guardian authentication. Let you users log in and log out of their existing accounts.
#guardian #ueberauth #authentication #phoenix #elixir #web
Authentication in elixir web applications with ueberauth and guardian: part 4
https://thoughtbot.com/blog/authentication-in-elixir-web-applications-with-ueberauth-and-guardian-part-4
Authentication in elixir web applications with ueberauth and guardian: part 4
https://thoughtbot.com/blog/authentication-in-elixir-web-applications-with-ueberauth-and-guardian-part-4
thoughtbot
Authentication in Elixir Web Applications with Ueberauth and Guardian: Part 4
Part 4 in a series on Ueberauth and Guardian authentication. Let users register and log in using OAuth providers like Google.
#phoenix #authentication #bamboo #elixir
Learn elixir and phoenix: add authentication
https://dev.to/oliverandrich/learn-elixir-and-phoenix-add-authentication-55kl
Learn elixir and phoenix: add authentication
https://dev.to/oliverandrich/learn-elixir-and-phoenix-add-authentication-55kl
DEV Community
Learn Elixir and Phoenix: Add authentication
Post number three in my series to learn Elixir and Phoenix. This time I will add user registration...
#elixir #phoenix #authentication
How to connect pow and live view in your phoenix project
https://dev.to/oliverandrich/how-to-connect-pow-and-live-view-in-your-phoenix-project-1ga1
How to connect pow and live view in your phoenix project
https://dev.to/oliverandrich/how-to-connect-pow-and-live-view-in-your-phoenix-project-1ga1
DEV Community
How to connect Pow and Live View in your Phoenix project
Even though phx.gen.auth seems to be the hip solution for authentication at the moment in Phoenix lan...