Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timboudreau/acteur-auth
- Owner: timboudreau
- Created: 2013-10-17T21:25:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T08:34:32.000Z (about 2 years ago)
- Last Synced: 2023-12-08T03:00:55.501Z (12 months ago)
- Topics: acteur, oauth2
- Language: Java
- Size: 1.49 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.