jerry
Hello,
Is there any article or guide available on how to implement OAuth2 and JWT for token authentication of requests from a mobile app and web platform?
I would be grateful for any help in this regard.
Thanks.
Jerry
Trending in Questions
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
Hello,
I know there is an approach for handling lists that allows for optimized traversal, but I can’t recall the specific method (somet...
New
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
So my question is quite simple and i have found no conclusive answer on forum, google or AI.
Should we use :erlang.float for Integer to ...
New
Documentation
While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 2- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
Exadra37
I am a Developer Advocate for Mobile API security, and you can confirm that by my contributions in the security tag on StackOverflow, from where you may find some useful information to be applied in your project. You cam also take a look to my blog posts to find some useful information about security. Feel free to skip the ones that are specific about the product for the company where I work.
While not in Elixir you can see this repo I am maintaining at work for the demo in this series of blog posts about a practical API security within the context of a mobile app and a web interface used to attack the mobile app API:
You can also read this series of blog post on Mobile API security techniques to have a deeper dive in what type of attacks you can expect, how to defend against them and how the attacker can bypass that same defenses.
Have fun reading them, and while they where wrote by my colleagues, I am happy to clarify you about any doubt you may have regarding API security.
DO YOU WANT TO GO THE EXTRA MILE?
In any response to a question that relates to security I always like to reference the excellent work from the OWASP foundation.
For Web Apps
OWASP Web Top 10 Risks
The Web Security Testing Guide:
For Mobile Apps
OWASP Mobile Security Project - Top 10 risks
OWASP - Mobile Security Testing Guide:
For APIS
OWASP API Security Top 10
jerry
Thanks @Exadra37.
I shall go through the vast information shared to identify ways it could meet my needs.
Regards,
Jerry