Coder Social home page Coder Social logo

Security definitions about tsoa HOT 5 CLOSED

lukeautry avatar lukeautry commented on April 28, 2024
Security definitions

from tsoa.

Comments (5)

lukeautry avatar lukeautry commented on April 28, 2024

@andrii-z4i Thanks for the feedback - I think you're right, this is an important thing to support.

I actually need this for one of my own projects, so expect to see some updates in the near future.

from tsoa.

lukeautry avatar lukeautry commented on April 28, 2024

@andrii-z4i Do you believe this issue is adequately handled by the new configuration method introduced in 1.0.0?

from tsoa.

andrii-z4i avatar andrii-z4i commented on April 28, 2024

@lukeautry Could you please point me out to the commit which you referring to, talking about configuration method? I've checked latest commits and something more or less related to that is a) my changes regarding JWT token support and b) your changes around splitting configuration files and having there some kind of oauth support. If it is b then, to be honest, I didn't try it yet.
I noticed that swagger.json generated by version 1.0.0 has validation errors and they are related to tsoa_auth and api_key fields. Validation error example.

from tsoa.

egandro avatar egandro commented on April 28, 2024

I love the idea of security attributes.

I suggest adding more levels of abstractions to that - e.g. applying stuff to the whole
controller and inherit it to methods. In asp.net there is

[Authorize]
public class AdminController : Controller
{
. . .
}
or even
[Authorize(Roles="Administrators")]
public class AdminController : Controller
{
. . .
}

Reference: https://msdn.microsoft.com/en-us/library/system.web.mvc.authorizeattribute(v=vs.118).aspx

from tsoa.

lukeautry avatar lukeautry commented on April 28, 2024

@andrii-z4i @egandro There's now support for security/authentication decorators in 1.0.18. See the updated readme for documentation.

from tsoa.

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.