Skip to content

Update repo links #5245

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

Merged
merged 1 commit into from
Apr 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/asgardeo/docs/tutorials/auth-users-into-android-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,4 +344,4 @@ Let's walk through the end-to-end flow of the application we built in this tutor

In this tutorial, we covered the steps to add authentication to an Android application using Asgardeo as the CIAM provider. The AppAuth SDK was used for integrating the authentication and authorization capabilities. We also looked at the configurations required on the Asgardeo side for the application.

Starting with a basic Android application without user authentication, we modified the code to successfully integrate the login, logout, and user info retrieval methods with Asgardeo. You can access the [completed source code](https://github.com/nilasini/MealMagicAndroidApp) of the application.
Starting with a basic Android application without user authentication, we modified the code to successfully integrate the login, logout, and user info retrieval methods with Asgardeo. You can access the [completed source code](https://github.com/asgardeo-samples/asgardeo-android-samples/tree/main/MealMagicAndroidApp) of the application.
2 changes: 1 addition & 1 deletion en/asgardeo/docs/tutorials/auth-users-into-flutter-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,4 +397,4 @@ In this tutorial, we demonstrated how to add authentication to a Flutter applica

We also provided a detailed guide on how to configure the application on Asgardeo. Starting with a sample Flutter application without user authentication implemented, we modified the sign-in, sign-out, and user info retrieval methods to successfully integrate authentication and profile info retrieval capabilities using Asgardeo.

The [completed source code](https://github.com/LakshiAthapaththu/asgardeo-flutter-integration-demo/tree/custom-application-asgardeo-integration) of the application.
The [completed source code](https://github.com/asgardeo-samples/asgardeo-flutter-samples/tree/main/asgardeo-flutter-integration-demo) of the application.