Skip to content

Commit

Permalink
Merge pull request #1301 from Permify/docs
Browse files Browse the repository at this point in the history
docs:update authorization as a service section
  • Loading branch information
EgeAytin authored Jun 9, 2024
2 parents a94f634 + b410a81 commit cfd954b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/permify-overview/authorization-service.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

# Authorization As A Service
# Authorization As A Service | Permify

Getting authorization right is tough, no matter how you've set up your architecture. You're gonna need a solid plan to handle permissions between services, all while keeping it separate from your applications main code.

In a monolithic app, you can abstract authorization from your app using libraries. This involves building a permission system for each individual application or service that is directly connected with the database.
In a monolithic app, you can abstract authorization from your app using [authorization libraries](https://permify.co/post/open-source-authorization-libraries/). This involves building a permission system for each individual application or service that is directly connected with the database.

This approach works well until you have several applications with many services. Managing multiple authorization systems for each application is not a scalable approach, as you can imagine.

Expand Down

0 comments on commit cfd954b

Please sign in to comment.