You are not logged in.
Pages: 1
hello,
I am newbie in Mormot and every day discover, the power of this framework. Today I d like to do some authentification,
but i have my own tables for Group and User already created in Oracle. These tables are maintained thru my own application.
The Idea is to be able at the init or starting of the server , to download an image of my securities in the mpormot tables
and then use the authentification thru TSQLRestServerFullMemory.
i don't know if it s the right approach.
some samples could be helpfull
thanks
Offline
Or just make a distinction between mORMot security and your application-level security.
Use simple mORMot users, corresponding to the client types connected (user/admin).
Use it only for connection, with some fixed values (defined e.g. in client setting files).
Then define interface-based services for your applications, using a dedicated security service wiht your existing Oracle-based information.
Offline
Pages: 1