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, |
Beta Was this translation helpful? Give feedback.
-
I will add links to both your examples to the readme |
Beta Was this translation helpful? Give feedback.
-
Hi @DSMejantel |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions