Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timboudreau/acteur-auth

OAuth authentication for the Netty-based acteur framework
https://github.com/timboudreau/acteur-auth

acteur oauth2

Last synced: 7 days ago
JSON representation

OAuth authentication for the Netty-based acteur framework

Awesome Lists containing this project

README

        

Acteur Authentication
---------------------

Provides a small framework for dealing with authentication in
[acteur](../acteur/), including OAuth adapters for Facebook,
Twitter, LinkedIn and Google. Provides URL handlers for the
various OAuth callbacks these systems require. You simply
implement a ``UserFactory`` which handles CRUD operations for
users, stores credentials and so forth.

At this point, the code here should be considered experimental.

See [the javadoc](http://timboudreau.com/builds/job/mastfrog-parent/lastSuccessfulBuild/artifact/acteur-auth/acteur-auth/target/apidocs/index.html) for more info.