#
aah-framework
Here are 29 public repositories matching this topic...
Go Mod Repository, Go Vanity Server and Proxy Server
-
Updated
Apr 29, 2019 - Go
Examples - aah Go web framework
-
Updated
Dec 14, 2018 - Go
Security library by aah framework
-
Updated
Oct 19, 2018 - Go
Config Library by aah framework, Syntax is similar to Typesafe HOCON
-
Updated
Jun 21, 2018 - Go
WebSocket library by aah framework
-
Updated
Oct 19, 2018 - Go
Go essentials by aah framework
-
Updated
Jun 21, 2018 - Go
Health Check Collector for aah Applications
-
Updated
Sep 11, 2019 - Go
Pug View Engine (Formerly known as Jade) for aah framework
-
Updated
Aug 13, 2018 - Go
Simple and flexible Go logger by aah framework
-
Updated
Oct 19, 2018 - Go
Go Source processing library for aah framework
-
Updated
Jul 5, 2018 - Go
Router library by aah framework
-
Updated
Oct 19, 2018 - Go
Internalization and Localization library by aah framework
-
Updated
Jun 24, 2018 - Go
HTTP extension library by aah framework
-
Updated
Oct 19, 2018 - Go
interface{} pool in the form of bounded channel
-
Updated
Mar 5, 2018 - Go
Runtime Library by aah framework
-
Updated
Oct 19, 2018 - Go
View Engine (template-engine) by aah framework
-
Updated
Oct 19, 2018 - Go
Pluggable HTML Minify for aah framework
-
Updated
Jul 21, 2018 - Go
Inmemory Cache Provider by aah framework
cache
inmemory
golang-library
golang-package
aah
aah-framework
aahframework
inmemory-cache
cache-provider
-
Updated
Dec 2, 2018 - Go
Redis Cache Provider by aah framework
-
Updated
Dec 2, 2018 - Go
Memcache Cache Provider by aah framework
memcached
cache
golang-library
memcache
golang-package
memcache-client
aah
aah-framework
aahframework
cache-provider
-
Updated
Dec 2, 2018 - Go
Homebrew Tap by aah framework
-
Updated
Aug 18, 2018 - Ruby
quick start templates by aah framework
-
Updated
Oct 10, 2019 - HTML
Redis Session Store for aah framework
-
Updated
May 27, 2017 - Go
-
Updated
Sep 12, 2017 - Go
Improve this page
Add a description, image, and links to the aah-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aah-framework topic, visit your repo's landing page and select "manage topics."


We should be able to set stateless / stateful on each auth scheme independently, because an app may have 2 or more auth schemes, for example jwt/generic with stateless and form with stateful.
Current solution from @jeevatkm: achieve the stateless via interceptor (https://docs.aahframework.org/interceptors.html) - define action or controller level
Finallyinterceptor and then call `ctx.Session