Coder Social home page Coder Social logo

akajla09 / awesome-authorization Goto Github PK

View Code? Open in Web Editor NEW

This project forked from warrant-dev/awesome-authorization

0.0 0.0 0.0 11 KB

A curated list of information and resources about authorization.

License: Creative Commons Zero v1.0 Universal

awesome-authorization's Introduction

Awesome Authorization Awesome

A curated list of information and resources about authorization.

Contributions welcome! Please see the contribution guide.

Table of Contents


Overview

Authorization / Authorisation / Authz - "the process of verifying that a requested action or service is approved for a specific entity" [NIST]

Authentication vs. Authorization

Access Control Models

Security Concerns

Best Practices

  • OWASP Recommendations
  • Enforce least privileges and deny by default - Ensure that users and systems only have access to what they need and nothing else.
  • As fine-grained as possible - Authorization checks should be as specific as possible. Ideally, this means the system has the ability to check access based on specific records and resources.
  • Implement once and reuse - Keep authz logic in one place to ensure consistent checks and to prevent missed cases and potential security holes.
  • Maintain an audit log - Keep an authorization log (allow/deny) to track access and conduct audits where necessary.

Useful Articles & Tutorials

Authz In Practice

Videos & Talks

Books

  • Contributions welcome!

awesome-authorization's People

Contributors

akajla09 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.