-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable atSign based log in to web based applications #8
Comments
@srieteja checked-in the Java library. Pending tasks in this task are:
|
Is this still being actively worked on? |
All the necessary code has been introduced into https://github.com/atsign-foundation/at_login/tree/master |
Reopening ticket with updated list of tasks |
Could not work on this in PR68, carrying it forward to PR69 |
Could not work on this as we are getting APKAM to the finish line. Carrying this forward to PR71. |
Started working on it, will continue working on it in the next sprint. Carrying it forward to PR75. |
Most of the implementation has been completed, fixing minor issues with signature verification. Carrying forward to PR76 to complete the implementation, testing and review. |
Is your feature request related to a problem? Please describe.
Very similar to "Open ID / OAuth" atProtocol can enable "password-less login" and "identity exchange" with web-based applications.
The objective of this task is to accomplish the above.
Describe the solution you'd like
Develop a java library that helps with @login functionality [Completed]
The library will have two functionalities
- Generate an authentication cookie
- Verify if the authentication cookie is present
Unit tests and code review
Demonstrate usage of the Java library [Completed]
Updated list of tasks [Aug 7, 2023]
The text was updated successfully, but these errors were encountered: