Azure-Samples / azure-search-openai-demo-csharp

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
MIT License
555 stars 346 forks source link

Add logout button #193

Closed luisquintanilla closed 6 months ago

luisquintanilla commented 8 months ago

Now that auth is enabled, provide a logout button in the UI if the user is logged in.

https://learn.microsoft.com/en-us/aspnet/core/blazor/security/webassembly/hosted-with-microsoft-entra-id?view=aspnetcore-7.0

LittleLittleCloud commented 8 months ago

This should already been resolved?

luisquintanilla commented 6 months ago

Marking issue as complete.