https://github.com/pdvrieze/darwin-android-auth
The android authentication module to authenticate against the darwin system.
https://github.com/pdvrieze/darwin-android-auth
android-library authenticationprovider
Last synced: about 1 year ago
JSON representation
The android authentication module to authenticate against the darwin system.
- Host: GitHub
- URL: https://github.com/pdvrieze/darwin-android-auth
- Owner: pdvrieze
- License: lgpl-2.1
- Created: 2015-11-19T15:46:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T09:59:16.000Z (about 7 years ago)
- Last Synced: 2025-01-22T10:48:10.981Z (over 1 year ago)
- Topics: android-library, authenticationprovider
- Language: Kotlin
- Size: 559 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is an authentication module that allows applications to authenticate against the challenge response authentication mechanism (code available at https://github.com/pdvrieze/ProcessManager/tree/master/accountmgr).
The library has a number of features:
* Uses public key cryptography to register a device specific key to the server
* Has its own permission request implementation to allow client apps to request permission to access the account through the intent mechanism,
not through a notification (the default system activity causes permission errors).