SoulsReaper
SoulsReaper
CC#
Created by SoulsReaper on 2/15/2024 in #help
How to add Session timeout that logs user out after expiration in a Blazor Server App?
Hello guys, so I am trying to add session with expiration but it never works?, I have the program.cs file idk If I am missing something or I need a different approach, I am working on a Blazor Server app with .net core 6. Please check the attached Program.cs Code. Thanks.
1 replies
CC#
Created by SoulsReaper on 9/20/2023 in #help
❔ Create a custom register/login razor views for my Blazor identity.
No description
16 replies
CC#
Created by SoulsReaper on 8/30/2023 in #help
❔ Please help me connect my filled mysql database to blazor as an identity db context.
I am creating a new blazor web server app, I want to activate identity with it for register/login, the main issue is my database is mysql (no I cant change it since its for my employer) and is already working on another web app as an identity database, how to create an identity db context for my already filled mysql database and use the same users data for both apps to signin for example?
2 replies
CC#
Created by SoulsReaper on 8/29/2023 in #help
How to connect my already constructed MySQL database to my Blazor app as an Identity DB Context!?.
hello guys, I need help to connect my MySQL database to a new blazor app as an identity db context, I followed a lot of tutorials but all fails, I am new to db migration , tried it and it just created new tables to my database, I already has the database and tables, I just want my blazor app to connect to mysql database and use the data in it for signup/sign in, how to activate the register/login options and connect my database to my app? my database already works as an Identity db context on another .NET framwork app with no issues.
57 replies