Is there any plan to add native session support in Sanic?

Is there any plan to add native session support in Sanic for authenticate?

No. Sanic takes pride that it is unopinionated and takes efforts to stay that way. Session management is something that is more appropriate as a plugin.

With that said, you can checkout some plug-ins here: GitHub - mekicha/awesome-sanic: A curated list of awesome Sanic resources and extensions

It is also worth noting that we’re working on a successor to sanic-openapi called sanic-ext that will include some more functionality. It’s not yet ready for release, and I’m not sure any authentication will make it in since there are a number of great auth plug-ins already.

Good. The plugin idea will make sanic pure enough. Long lives sanic.

1 Like

By the way, this is a somewhat 404 :sweat_smile:

bad copy paste. thanks I’ll fix. thanks