Coder Social home page Coder Social logo

Comments (5)

adamhathcock avatar adamhathcock commented on August 27, 2024 1

I haven't tested anything in a long time with frontends. Things might be out of sync by now. I mostly show this off as a good ASP.NET Core example but not with the frontends along-side.

Any fixes you've got would be appreciated.

from aspnetcore-realworld-example-app.

adamhathcock avatar adamhathcock commented on August 27, 2024

Looks to be because that client uses Token instead of Bearer which is related to this: gothinkster/realworld#81

from aspnetcore-realworld-example-app.

jjwilliams42 avatar jjwilliams42 commented on August 27, 2024

Any proposed fix on either the client or server side? I've tried changing the React client to use Bearer instead of token, removing the JwtBearer OnMessageReceived event server side, but it always returns the same error.

I can register fine, but any attempt to post an article, update my settings, or anything - results in this error.

Thanks for the repo btw! It's clean and simple.

from aspnetcore-realworld-example-app.

adamhathcock avatar adamhathcock commented on August 27, 2024

This is weird. I knew I did something: https://github.com/gothinkster/aspnetcore-realworld-example-app/blob/master/src/Conduit/StartupExtensions.cs#L65

I take the Authorization header and look for Bearer then change it to Token but if it's already Token then it should be fine.

Can you look at the headers actually being sent in the browser dev tools or try with Postman? I'd like to see a screenshot or something of what's being sent.

from aspnetcore-realworld-example-app.

jjwilliams42 avatar jjwilliams42 commented on August 27, 2024

I noticed that, which is why I was baffled by this error. I finally just changed the scheme to Bearer everywhere and that got me past those errors.

But then I found others. I would recommend testing your backend with a few of the front ends (React, for example). A clean checkout of react real world pointed to this backend will yield other errors and oddities (errors don't show up on failed registration because RestException is caught and returned with only a status code, viewing an article doesn't work due to missing username / authorname on comments json).

If I get a chance I'll throw up a PR for some of the fixes I did.

from aspnetcore-realworld-example-app.

Related Issues (20)

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.