Giter VIP home page Giter VIP logo

blazorshop's Introduction

Hey there! I'm [Beniamin] ๐Ÿ‘‹

I am a software software engineer creating his path in software development with a strong passion for engineering. I am a sociable, friendly and hard-working person eager to learn new things. I am a highly motivated professional with hands-on experience developing software solutions through coordination with a team. I can learn, adapt to the project requirements' needs, and I am ready to learn new things to find the best solution. Tight communication will help find the solution when things go out of hand asking for help. I am able to convey complex technologies to various skill levels keeping talent for quickly learning new information, procedures, and technologies. I am open to any feedback.

Tech Stack: .Net 6, C#, Azure, JS, HTML5, CSS3, Angular, React, Blazor, Solidity, Web3, Blockchain, Sql Server

GitHub Stats

JBeni's GitHub Stats JBeni GitHub Top Languages

blazorshop's People

Contributors

jbeni avatar jitca avatar paulofdo 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

blazorshop's Issues

Demo of BLazorShop

Hi Jitca.

It looks like you did a great job. Is there a place where we can see the BlazorShop in action ? Do you have printscreens ?

Thanks for your contribution. Kani.

Just an idea

It would be cool, and more appealing if there is a few screenshots from the important parts of the store:
Frontend, Group view, Articles view, Article selection, Search, Admin panel, Checkout, Delivery method, completion of the checkout.. etc.

IDX10503: Signature validation failed

I found an error in jwt authentication.

'IDX10503: Signature validation failed. Token does not have a kid. Keys tried: 'System.Text.StringBuilder'.\nExceptions caught:\n 'System.Text.StringBuilder'.\ntoken: 'System.IdentityModel.Tokens.Jwt.JwtSecurityToken'.'

`private bool IsCurrentTokenValid(string token)
{
var tokenHandler = new JwtSecurityTokenHandler();
var isTokenValid = true;

        try
        {
            tokenHandler.ValidateToken(token, new TokenValidationParameters
            {
                ClockSkew = TimeSpan.FromSeconds(1),
                IssuerSigningKey = new SymmetricSecurityKey(Encoding.UTF8.GetBytes(_configuration["JwtToken:SecretKey"])),
                RequireSignedTokens = true,
                RequireExpirationTime = true,
                ValidateLifetime = true,
                ValidateAudience = false,
                ValidateIssuer = false,
                ValidAudience = _configuration["JwtToken:Audience"],
                ValidIssuer = _configuration["JwtToken:Issuer"]
            }, out SecurityToken validatedToken);
        }
        catch
        {
            isTokenValid = false;
        }

        return isTokenValid;
    }`

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.