You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is only one storage provider at a time allowed. Registering multiple will result in an exception.
75
75
76
76
## Authorization
77
-
There is only one mechanism enabled via Auth0. For more information go to: https://auth0.com/docs/applications
77
+
There is only one real mechanism enabled via Auth0. For more information go to: https://auth0.com/docs/applications
78
78
79
-
The main advantage of Auth0 is the easy configurable dashboard on their website.
79
+
The main advantage of Auth0 is the easy configurable dashboard on their website.
80
+
81
+
For testing purposes you can use `services.UseDummyAuthentication();`. This allows every user, who presses Login, to be logged in.
80
82
81
83
## Search Engine Optimization (SEO)
82
84
The blog includes some of the most important tags to get indexed by a crawler. Furthermore some aspects of the Open Graph specification are implemented.
0 commit comments