Skip to content

auth0-blog/dotnet-maui-auth0-call-api

Repository files navigation

This repository contains a basic .NET MAUI application and an ASP.NET Core Web API. Both applications are integrated with Auth0 and the .NET MAUI application calls a protected API endpoint.

Check out the article Call a Protected API from a .NET MAUI Application for the implementation details.

Requirements

  • .NET 8 SDK installed on your machine
  • The required assets needed for your target(s) platform(s) as described here
  • Visual Studio 2022 for Windows or Visual Studio 2022 for Mac (optional)

To run this application

  1. Clone the repo with the following command:

    git clone https://github.com/auth0-blog/dotnet-maui-auth0-call-api.git
  2. Move to the api_aspnet-core_csharp_hello-world folder.

  3. Follow the instructions in the README document to set up the ASP.NET Core Web API.

  4. Move to the dotnet-maui-auth0-app folder.

  5. Follow the instructions in the README document to set up the .NET MAUI application.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages