Basic Authentication and Authorization example #335
Replies: 4 comments
|
Hello, With the help from lovasoa, i build my page so with authentification and restriction acces : `SELECT 'redirect' AS component, SELECT 'redirect' AS component, |
|
I will add links to both your examples to the readme |
|
Hi @DSMejantel |
|
Hello, |
Uh oh!
There was an error while loading. Please reload this page.
Hi Friends,
Here I am sharing an example of how to manage authentication and authorization:
https://github.com/mnesarco/sqlpage_auth_example
I use Postgresql and stored procedures to avoid code duplication as much as possible as include directive is not yet available in SQLPage.
Ref: #20
As I am new to SQLPage, it would be great to have some feedback. Maybe I am not following best practices or I am just reinventing the wheel.
All reactions