oauth2-server/framework-integrations.md

14 lines
465 B
Markdown
Raw Normal View History

2016-03-16 02:03:44 +05:30
---
layout: default
title: Framework Integrations
permalink: /framework-integrations/
---
# Framework Integrations
* [Laravel + Lumen](https://laravel.com/docs/passport)
2016-06-01 13:26:44 +05:30
* Slim (or any PSR7-supporting framework) - See the examples in this repository
2016-08-21 19:51:20 +05:30
* [Nette Framework](https://github.com/lookyman/nette-oauth2-server)
2016-03-16 02:03:44 +05:30
2016-06-01 13:26:44 +05:30
Have you made a framework integration or written a blog post or tutorial? Please open a PR against the `gh-pages` branch and update this page.