Great, thanks a lot
I will indeed use a server-side function with an API token which will be called from the user.create webhook
P
Posts made by pierrot.corbel
-
RE: Generate Authentication Token by default
-
Generate Authentication Token by default
Hello there,
I have a use-case, where I want for each new user, to always generate an Application Authentication Token.
How can I configure FusionAuth do that automatically?
In other terms, how can I configure FusionAuth to change the default value of generateAuthenticationToken to true?And if it is not possible yet, is it possible to generate it in a programmatic way from the client-side (a Vue app just after user logged in) without exposing an API key?
So in other terms, is it possible for a logged in user to register once again with the parameter generateAuthenticationToken?