Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/progressive-identity/alias-js
🔐 Decentralized authorization and data portability protocol, based on OAuth 2.0 (JavaScript)
https://github.com/progressive-identity/alias-js
Last synced: 5 days ago
JSON representation
🔐 Decentralized authorization and data portability protocol, based on OAuth 2.0 (JavaScript)
- Host: GitHub
- URL: https://github.com/progressive-identity/alias-js
- Owner: progressive-identity
- License: apache-2.0
- Archived: true
- Created: 2019-07-19T20:30:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T13:47:41.000Z (over 1 year ago)
- Last Synced: 2024-08-01T12:16:51.679Z (3 months ago)
- Language: CSS
- Homepage: https://gdpr.dev/
- Size: 32.9 MB
- Stars: 22
- Watchers: 8
- Forks: 2
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - progressive-identity/alias-js - 🔐 Decentralized authorization and data portability protocol, based on OAuth 2.0 (JavaScript) (others)
README
# alias-js
Developer toolkit to implement data portability from user's GDPR dumps, also called GDPR data takeouts.
JavaScript implementation of the decentralized, open, free Alias protocol.The goal of alias-js is to enable to automate GDPR data portability with :
- Email automation templates to request GDPR data portability
- REST APIs to request data from GDPR dumps/takeouts
- SDKs to set up decentralized Authorization servers
- GDPR JWT tokens (including machine-readable GDPR agreements)
- GDPR portability agreement generator, for developers to request portability data from users in a compliant and machine readbale way.## Getting started
- [How to request user's data](https://github.com/progressive-identity/alias-js/wiki/Develop-a-client)
- [How to run an authorization server](https://github.com/progressive-identity/alias-js/wiki/Run-a-authorization-server)
- [Alias protocol](https://github.com/progressive-identity/alias-js/wiki/Protocol)