Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 490 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 490 Bytes

This is an implementation of an OAuth 2.0 (draft 13) authorisation server, resource server and client.

Currently features:

  • Web server flow
  • Auto approved applications
  • JavaScript user-agent flow
  • Client (user-agent)

Planned features:

  • Refresh tokens

It is highly recommended that you use the latest version of CodeIgniter Reactor.

You should have CSRF protection and XSS filtering enabled for added security.

You should save sessions to the database and encrypt them too.