Giter Club home page Giter Club logo

templatev2.razor's People

Contributors

dependabot[bot] avatar thewebchameleon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

templatev2.razor's Issues

Routing error after bad login

After unsuccessful login the form that is generated has wrong ReturnUrl.
An error occurs after second login attempt.

Public IIS

Hello how are you? when I publish to IIS
works perfectly, but does not enter the panel screen, I tested it by validating the login with invalid data that normally validates, but does not enter the panel, could you help me?

Error resetting password

When resetting the password, the validator prevents form submission even when the NewPassword and NewPasswordConfirm fields are entered and the same. The validator returns "The Token field is required."

In ResetPasswordRequest.cs, Token is currently declared as follows:

public string Token { get; set; }

I was able to avoid this error by declaring the Token field as nullable, but I don't know if this is the proper fix:

public string? Token { get; set; }

Note that Visual Studio highlights other fields in this file (as well as several other files) with the following warning:

"Warning CS8618 Non-nullable property < property name > must contain a non-null value when exiting constructor.
Consider declaring the property as nullable."

Again, not sure whether the correct fix is to declare the properties as nullable or to assign default values.

Error while building solution

Capture

Please see the attached error and let me know if anything I am doing wrong. As you can see target framework is blank and I am not sure why.

Postgresql Support?

Your project is awesome! I haven't reviewed the code extensively, but would it be much work to get this running on a Postgresql database?

Support for OAuth Logins/Signups

It would be cool if you could add OAuth logins and signups for users, such as Facebook or Twitter. I'm kind of new to Razor Pages and haven't touched C# in awhile, so I'm kind of stuck on how to add this myself.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.