plug_checkup v0.4.0 Elixir Pipeline Operators

Identity and Access Management System

https://github.com/straw-hat-team/straw_hat_iam

I want to share in a project we are working on. Still in active development but I would like to have your feedbacks before I gets ready for pushing to Hex.

A OTP app for handling the security system of your platform.

Hightlights

  • Policies: you have a built in AWS Policies mechanism (it doesn’t use anything from AWS, it is built in). This will allow you to have a really robust mechanism for checking permissions.

  • Authentication: we use Guardian for authentication, so basically you will have the tools needed for plug the authentication in your Plug/Absinthe or any other OTP app.

  • Authorization: using the built in policies you will have the tools for checking the authorization of your platform

Working on it

We want to finish the list from this issue https://github.com/straw-hat-team/straw_hat_iam/issues/35 Probably it ill no happen right way for every single bullet point but that is what we are aiming for.

Any suggestion, idea, contributions of any kind will be appreciated.

I hope this will resolve some issues for your applications right now.