Extending the Model
===================

This bundle provides a complete solution to quickly setup an OAuth2 security layer for your APIs.
But, as all applications are often different, the bundle has a basic database model.
Thanks to an abstraction layer (see the `Model/` directory), it's really easy to deal with various
database abstraction layers, but in the same time to extend each layer. In this chapter, you will see
how to properly extend the model of the FOSOAuthServerBundle to add your business logic.

[Back to index](index.md)
